1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_unbound.git synced 2024-08-16 13:39:49 +02:00
ansible_role_unbound/defaults/main.yml

9 lines
180 B
YAML

---
# simple version check for this role? (true is recomended)
submodules_versioncheck: false
unbound_listen_addresses:
- '127.0.0.1@53'
- '::1@53'
unbound__state: 'present'