Skip to content

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

Notifications You must be signed in to change notification settings

michal-barczewski/httpd-whoami

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published