Fix parameter name in defaults

The commented out section in the defaults file referenced wrong
parameter names. The parameters are called haproxy_* instead of hap_*.

Change-Id: Ieb6afece65d8872e8be83c8a848577cc052117f0
This commit is contained in:
Gaudenz Steinlin 2018-03-05 18:50:50 +01:00
parent 33f3e06c78
commit 6b7694cb4a
1 changed files with 6 additions and 6 deletions

View File

@ -40,12 +40,12 @@ haproxy_backup_nodes: []
# haproxy_service_configs:
# - service:
# hap_service_name: haproxy_all
# hap_backend_nodes: "{{ groups['haproxy_all'][0] }}"
# # hap_backup_nodes: "{{ groups['haproxy_all'][1:] }}"
# hap_port: 80
# hap_balance_type: http
# hap_backend_options:
# haproxy_service_name: haproxy_all
# haproxy_backend_nodes: "{{ groups['haproxy_all'][0] }}"
# # haproxy_backup_nodes: "{{ groups['haproxy_all'][1:] }}"
# haproxy_port: 80
# haproxy_balance_type: http
# haproxy_backend_options:
# - "forwardfor"
# - "httpchk"
# - "httplog"