feat: use new ansible layout

This commit is contained in:
Simon Cornet 2025-10-03 11:30:30 +02:00
commit cd1e9ebb7e
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 log forwarder"
hosts: "all"
become: true
roles:
- role: "log_forwarder"