patrick-mota / httpd-whoami

ansible role which configures httpd to display hostname and port - used to quickly test network/proxy/etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

httpd_whoami

Simple role that sets up httpd to display host name, used for quickly testing network connection etc.

Requirements

None

Variables

httpd_whoami_ports - list of ports to listen on

Dependencies

None

Przykładowy Playbook

- hosts: servers
  roles:
    - role: httpd-whoami
      httpd_whoami_ports:
        - 8080
        - 8081
        - 8082

About

ansible role which configures httpd to display hostname and port - used to quickly test network/proxy/etc.


Languages

Language:Python 66.5%Language:Shell 33.5%