unbound/playbook.yaml

13 lines
242 B
YAML

---
# execute this role
- name: "install and configure unbound dns"
hosts: "all"
serial: 1
become: true
tasks:
# execute role
- name: "install and configure unbound dns"
ansible.builtin.include_role:
name: "."