feat: add playbook for local execution

This commit is contained in:
Simon Cornet 2025-10-02 16:17:14 +02:00
commit 4e13c42f3f

9
playbook.yaml Normal file
View file

@ -0,0 +1,9 @@
---
# execute this role
- name: "install and configure Unbound"
hosts: "all"
serial: 1
become: true
roles:
- role: "."