unbound/playbook.yaml

9 lines
132 B
YAML

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