feat: add keepalived (unused)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
- name: Install keepalived
|
||||
ansible.builtin.apt:
|
||||
pkg:
|
||||
- keepalived
|
||||
state: present
|
||||
|
||||
- name: Install keepalived config
|
||||
ansible.builtin.template:
|
||||
src: keepalived.conf.j2
|
||||
dest: /etc/keepalived/keepalived.conf
|
||||
mode: "0644"
|
||||
notify: Restart keepalived
|
||||
Reference in New Issue
Block a user