KeepAlived/configure.yaml

18 lines
247 B
YAML
Raw Permalink Normal View History

2021-12-17 16:07:30 +01:00
---
- 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