network: Add keepalived support
This commit is contained in:
parent
a1d4d732ba
commit
d187472f27
3 changed files with 48 additions and 0 deletions
|
@ -7,4 +7,8 @@
|
|||
- block:
|
||||
- name: reload network manager connections
|
||||
command: nmcli c reload
|
||||
- name: restart keepalived
|
||||
service:
|
||||
name: keepalived
|
||||
state: restarted
|
||||
when: ansible_os_family == "RedHat"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue