mirror of
https://gitea.0xace.cc/ansible-galaxy/haproxy.git
synced 2025-06-29 01:43:06 +00:00
Don't override haproxy.cfg if it is manageabled by haproxy data plane api
This commit is contained in:
@ -6,10 +6,13 @@ haproxy_cert_name: haproxy.pem
|
||||
haproxy_self_signed_cert: no
|
||||
haproxy_self_signed_cert_gen_path: "{{ haproxy_path }}/tempssl"
|
||||
haproxy_lua_path: "{{ haproxy_path }}/lua"
|
||||
haproxy_maps_path: "{{ haproxy_path }}/maps"
|
||||
|
||||
haproxy_stats_user: haproxy
|
||||
haproxy_stats_password: P@ssw0rd
|
||||
|
||||
haproxy_dataplaneapi: false
|
||||
|
||||
haproxy_default_config:
|
||||
global:
|
||||
daemon:
|
||||
|
Reference in New Issue
Block a user