Files
openstack-ansible-haproxy_s…/vars/redhat-7.yml
Jesse Pretorius 51a35bb25d 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
2017-06-01 17:49:25 +00:00

20 lines
708 B
YAML

---
# Copyright 2016, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
haproxy_distro_packages:
- haproxy
- nc # Used for the Ansible haproxy module
- rsyslog # Used for local logging