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

10 lines
180 B
YAML
Raw Normal View History

---
2021-01-06 11:17:58 +01:00
# simple version check for this role? (true is recomended)
submodules_versioncheck: false
unbound_listen_addresses:
- '127.0.0.1@53'
- '::1@53'
2021-01-19 01:03:47 +01:00
unbound__state: 'present'