forked from ISTI-ansible-roles/ansible-roles
19 lines
291 B
YAML
19 lines
291 B
YAML
|
---
|
||
|
unbound_pkgs:
|
||
|
- unbound
|
||
|
- unbound-anchor
|
||
|
- unbound-host
|
||
|
- dig
|
||
|
|
||
|
unbound_interfaces:
|
||
|
- '0.0.0.0'
|
||
|
- '::0'
|
||
|
|
||
|
unbound_allowed_clients:
|
||
|
- { cidr: '0.0.0.0/0', policy: 'allow' }
|
||
|
|
||
|
unbound_verbosity: 1
|
||
|
unbound_threads: '{{ ansible_processor_count }}'
|
||
|
|
||
|
unbound_remote_control: 'no'
|