mirror of
https://github.com/roles-ansible/ansible_role_unbound.git
synced 2024-08-16 13:39:49 +02:00
13 lines
275 B
YAML
13 lines
275 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_access_control:
|
|
- 'access-control: 127.0.0.1 allow'
|
|
- 'access-control: ::1 allow'
|
|
|
|
unbound__state: 'present'
|