Adding notes for the config file variable

This commit is contained in:
Tyler Hale 2021-09-23 10:00:12 -06:00
parent 054a3711f1
commit c5283b1487
Signed by: Tyler
GPG key ID: 3F9270F8F70AC13D

View file

@ -5,8 +5,9 @@ Ansible playbook that provisions a group of servers to run HAProxy with a shared
## Variables
| Variable | Required | Default | Choices | Description |
| --------------------------------- | -------- | -------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| --------------------------------- | -------- | ---------------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| haproxy_bind_adapter | Yes | eth0 | | Interface to use for the Shared IP |
| haproxy_config_file | Yes | example.haproxy.cfg.j2 | | File name to use for the haproxy config file |
| haproxy_keepalived_adapter | Yes | eth0 | | Interface to use for the keepalived communication |
| haproxy_keepalived_adapter_vlan | No | | | When specified, this will setup the given vlan and use that for the keepalived communication to keep the traffic out of the primary network |
| haproxy_keepalived_ip | Yes | 172.16.10.1/24 | | IP to use for the keepalived communication |