From 6b7694cb4a4ba0120bb91d587aab3fa7fd56531e Mon Sep 17 00:00:00 2001 From: Gaudenz Steinlin Date: Mon, 5 Mar 2018 18:50:50 +0100 Subject: [PATCH] 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 --- defaults/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 55ee346..5135e97 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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"