File tree Expand file tree Collapse file tree 3 files changed +0
-16
lines changed
Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 134134 notify :
135135 - reload keepalived
136136
137- - name : Dropping the notification scripts for lower priority master case
138- copy :
139- src : " {{ item.value.src_notify_master_rx_lower_pri }}"
140- dest : " {{ item.value.notify_master_rx_lower_pri }}"
141- mode : " 0755"
142- with_dict : " {{ keepalived_sync_groups }}"
143- when : item.value.src_notify_master_rx_lower_pri is defined
144- tags :
145- - keepalived-config
146- notify :
147- - reload keepalived
148-
149137- name : Dropping the notification scripts for switching to backup
150138 copy :
151139 src : " {{ item.value.src_notify_backup }}"
Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ keepalived_sync_groups:
3434 # Their deployment and configuration are like the notify_script
3535 # notify_master:
3636 # src_notify_master:
37- # notify_master_rx_lower_pri:
38- # src_notify_master_rx_lower_pri:
3937 # notify_backup:
4038 # src_notify_backup:
4139 # notify_fault:
Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ keepalived_sync_groups:
3434 # Their deployment and configuration are like the notify_script
3535 # notify_master:
3636 # src_notify_master:
37- # notify_master_rx_lower_pri:
38- # src_notify_master_rx_lower_pri:
3937 # notify_backup:
4038 # src_notify_backup:
4139 # notify_fault:
You can’t perform that action at this time.
0 commit comments