Merge "Add drain option to haproxy-endpoint-manage"

This commit is contained in:
Zuul 2023-05-04 23:42:49 +00:00 committed by Gerrit Code Review
commit b79d66e167
1 changed files with 1 additions and 0 deletions

View File

@ -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 }}"