ansible / ansible-modules-extras

Ansible extra modules - these modules ship with ansible
947 stars 1.47k forks source link

Adding ability to support multiple ports on single instance #3722

Closed twlynn closed 6 years ago

twlynn commented 6 years ago

Adding port comparison to the find_health_check logic makes it possible to support multiple health checks with different ports on a single instance. Without this it is only possible to have a single port of a given health check type per host. For instance http://10.0.0.1:80/ and http://10.0.0.1:81/ running 2 separate services that both need health checks separately.

ansibot commented 6 years ago

This repository has been locked. All new issues and pull requests should be filed in https://github.com/ansible/ansible

Please read through the repomerge page in the dev guide.