Add netcat to distro packages

In order to support the use of the Ansible
haproxy module to enable/disable backends
during the execution of configuration and/or
software changes, the required [1] netcat
package is installed.

[1] http://docs.ansible.com/ansible/haproxy_module.html#notes

Change-Id: Id80dfc8f75f2efdb35b19c4e6bb899475623d824
This commit is contained in:
Jesse Pretorius 2017-05-31 11:24:55 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 44be8cb8d9
commit 51a35bb25d
3 changed files with 4 additions and 1 deletions

View File

@ -15,4 +15,5 @@
haproxy_distro_packages:
- haproxy
- nc # Used for the Ansible haproxy module
- rsyslog # Used for local logging

View File

@ -15,6 +15,7 @@
haproxy_distro_packages:
- haproxy
- netcat # Used for the Ansible haproxy module
- rsyslog # Used for local logging
haproxy_distro_packages_remove:

View File

@ -23,6 +23,7 @@ haproxy_required_distro_packages:
haproxy_distro_packages:
- haproxy
- netcat # Used for the Ansible haproxy module
- psmisc
- rsyslog # Used for local logging
- vim-haproxy
- psmisc