Use drain mode before disabling mastodon server
This commit is contained in:
parent
13118717af
commit
f60d9205f8
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
community.general.haproxy:
|
||||
socket: /run/haproxy/admin.sock
|
||||
state: disabled
|
||||
drain: true
|
||||
wait: true
|
||||
backend: mastodon
|
||||
host: s{{ server_idx }}
|
||||
fail_on_not_found: true
|
||||
|
|
Loading…
Reference in a new issue