Merge "haproxy-config: move firewalld reload handler to haproxy role"

This commit is contained in:
Zuul 2022-07-29 16:22:21 +00:00 committed by Gerrit Code Review
commit 5c1761a3f9
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +0,0 @@
---
- name: Reload firewalld
become: True
service:
name: "firewalld"
state: reloaded

View File

@ -1,4 +1,10 @@
---
- name: Reload firewalld
become: True
service:
name: "firewalld"
state: reloaded
# NOTE(yoctozepto): this handler dance is to ensure we delay restarting master
# keepalived and haproxy which control VIP address until we have working backups.
# This could be improved by checking if backup keepalived do not report FAULT state.