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

14 lines
275 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
2021-07-16 19:53:55 +02:00
unbound_access_control:
- 'access-control: 127.0.0.1 allow'
- 'access-control: ::1 allow'
2021-01-19 01:03:47 +01:00
unbound__state: 'present'