feat: use new ansible layout
This commit is contained in:
parent
b8f8afe891
commit
63bb58a090
2 changed files with 14 additions and 0 deletions
8
playbook.yaml
Normal file
8
playbook.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
|
||||
# execute this role
|
||||
- name: "install and configure a Keepalive Daemon"
|
||||
hosts: "all"
|
||||
become: true
|
||||
roles:
|
||||
- role: "keepalived"
|
||||
6
roles/requirements.yml
Normal file
6
roles/requirements.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
|
||||
roles:
|
||||
- name: "keepalived"
|
||||
src: "https://gitlab.simoncor.net/ansible/ans-keepalived.git"
|
||||
scm: "git"
|
||||
Loading…
Add table
Add a link
Reference in a new issue