network: Add keepalived support

This commit is contained in:
Timo Makinen 2021-03-19 17:09:17 +00:00
parent a1d4d732ba
commit d187472f27
3 changed files with 48 additions and 0 deletions

View file

@ -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"