feat: add playbook for local execution
This commit is contained in:
parent
9c85260918
commit
4e13c42f3f
1 changed files with 9 additions and 0 deletions
9
playbook.yaml
Normal file
9
playbook.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
# execute this role
|
||||||
|
- name: "install and configure Unbound"
|
||||||
|
hosts: "all"
|
||||||
|
serial: 1
|
||||||
|
become: true
|
||||||
|
roles:
|
||||||
|
- role: "."
|
||||||
Loading…
Add table
Add a link
Reference in a new issue