feat: use new ansible layout

This commit is contained in:
Simon Cornet 2025-10-03 11:30:22 +02:00
commit 63bb58a090
2 changed files with 14 additions and 0 deletions

8
playbook.yaml Normal file
View file

@ -0,0 +1,8 @@
---
# execute this role
- name: "install and configure a Keepalive Daemon"
hosts: "all"
become: true
roles:
- role: "keepalived"