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 134
134
notify :
135
135
- reload keepalived
136
136
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
-
149
137
- name : Dropping the notification scripts for switching to backup
150
138
copy :
151
139
src : " {{ item.value.src_notify_backup }}"
Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ keepalived_sync_groups:
34
34
# Their deployment and configuration are like the notify_script
35
35
# notify_master:
36
36
# src_notify_master:
37
- # notify_master_rx_lower_pri:
38
- # src_notify_master_rx_lower_pri:
39
37
# notify_backup:
40
38
# src_notify_backup:
41
39
# notify_fault:
Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ keepalived_sync_groups:
34
34
# Their deployment and configuration are like the notify_script
35
35
# notify_master:
36
36
# src_notify_master:
37
- # notify_master_rx_lower_pri:
38
- # src_notify_master_rx_lower_pri:
39
37
# notify_backup:
40
38
# src_notify_backup:
41
39
# notify_fault:
You can’t perform that action at this time.
0 commit comments