Merge "Add drain option to haproxy-endpoint-manage"
This commit is contained in:
commit
b79d66e167
@ -17,6 +17,7 @@
|
||||
community.general.haproxy:
|
||||
socket: /var/run/haproxy.stat
|
||||
backend: "{{ haproxy_backend | default(omit) }}"
|
||||
drain: "{{ haproxy_drain | default(False) }}"
|
||||
host: "{{ inventory_hostname }}"
|
||||
state: "{{ haproxy_state | default('enabled') }}"
|
||||
shutdown_sessions: "{{ haproxy_shutdown_sessions | default(False) | bool }}"
|
||||
|
Loading…
Reference in New Issue
Block a user