From 51a35bb25d4654bc20fd590100f0f0fb73524cf0 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 31 May 2017 11:24:55 +0100 Subject: [PATCH] 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 --- vars/redhat-7.yml | 1 + vars/suse-42.yml | 1 + vars/ubuntu-16.04.yml | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/vars/redhat-7.yml b/vars/redhat-7.yml index 24ea442..84d3391 100644 --- a/vars/redhat-7.yml +++ b/vars/redhat-7.yml @@ -15,4 +15,5 @@ haproxy_distro_packages: - haproxy + - nc # Used for the Ansible haproxy module - rsyslog # Used for local logging diff --git a/vars/suse-42.yml b/vars/suse-42.yml index ec8f5d6..ec1ed0d 100644 --- a/vars/suse-42.yml +++ b/vars/suse-42.yml @@ -15,6 +15,7 @@ haproxy_distro_packages: - haproxy + - netcat # Used for the Ansible haproxy module - rsyslog # Used for local logging haproxy_distro_packages_remove: diff --git a/vars/ubuntu-16.04.yml b/vars/ubuntu-16.04.yml index cb76c9d..75f62ea 100644 --- a/vars/ubuntu-16.04.yml +++ b/vars/ubuntu-16.04.yml @@ -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