openstack-ansible-haproxy_s.../releasenotes/notes/non_inventory_hosts-c0fa4c185a01e78b.yaml
Andy McCrae d2b2492c16 Add ability to manage non-inventory hosts
We may want to load balance to existing services that we aren't managing
via ansible. Currently the hosts have to exist in the inventory in order
to add a VIP for these hosts, this patch adds the ability to set the
hostnames and addresses of the hosts manually when they aren't in the
ansible inventory.

Additionally, this patch adds a test for both the group method and the
host_lists method.

Change-Id: Ida66f401d8320d9bf14eac9b8014124631978808
2017-12-14 16:37:07 +10:00

7 lines
223 B
YAML

---
features:
- HAProxy services that use backend nodes that are not
in the Ansible inventory can now be specified manually
by setting ``haproxy_backend_nodes`` to a list of
``name`` and ``ip_addr`` settings.