Merge "Fix parameter name in defaults"

This commit is contained in:
Zuul 2018-03-05 22:39:14 +00:00 committed by Gerrit Code Review
commit 1bd0b32519

View File

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