feat: add playbook for local execution

This commit is contained in:
Simon Cornet 2025-10-02 16:14:54 +02:00
commit 1ff9faca0c

8
playbook.yaml Normal file
View file

@ -0,0 +1,8 @@
---
# execute this role
- name: "install and configure common items"
hosts: "all"
become: true
roles:
- role: "."