Basic keepalived Ansible-Playbook
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
---
|
||||
|
||||
- hosts: keepalived
|
||||
gather_facts: yes
|
||||
become: yes
|
||||
roles:
|
||||
- role: prereq
|
||||
- role: download
|
||||
|
||||
- hosts: master
|
||||
become: yes
|
||||
roles:
|
||||
- role: keepalived/master
|
||||
|
||||
- hosts: backup
|
||||
become: yes
|
||||
roles:
|
||||
- role: keepalived/backup
|
||||
Reference in New Issue
Block a user