unbound/playbook.yaml

9 lines
138 B
YAML

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