mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Try moving notify script to a group
This commit is contained in:
@@ -19,5 +19,11 @@ vrrp_instance VI_1 {
|
||||
priority {{ keepalived_priority }}
|
||||
virtual_ipaddress {
|
||||
{{ keepalived_ipaddress }}
|
||||
notify /usr/local/bin/keepalived-notify.sh
|
||||
}
|
||||
|
||||
vrrp_sync_group VG_1 {
|
||||
group {
|
||||
VI_1
|
||||
}
|
||||
notify /usr/local/bin/keepalived-notify.sh
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user