This commit is contained in:
2022-02-14 01:22:14 +01:00
parent 3ed4a6bf0c
commit e4bd49dd92
10 changed files with 579 additions and 5 deletions

View File

@ -1159,6 +1159,48 @@ sudoers_file_group_privileges: []
acl_caching_nameserver: {}
bind9_gateway_acl:
- local-net:
name: local-net
entries:
- 127.0.0.0/8
- 172.16.0.0/12
- 192.168.0.0/16
- 10.0.0.0/8
- fc00::/7
- fe80::/10
- ::1/128
bind9_gateway_listen_on_v6:
- none
bind9_gateway_listen_on:
- any
#bind9_gateway_allow_transfer: {}
bind9_gateway_allow_transfer:
- none
#bind9_transfer_source: !!str "192.168.182.1"
bind9_transfer_source: {}
#bind9_notify_source: !!str "192.168.182.1"
bind9_notify_source: {}
#bind9_gateway_allow_query: {}
bind9_gateway_allow_query:
- local-net
#bind9_gateway_allow_query_cache: {}
bind9_gateway_allow_query_cache:
- local-net
bind9_gateway_recursion: !!str "yes"
#bind9_gateway_allow_recursion: {}
bind9_gateway_allow_recursion:
- local-net
# ---
# vars used by roles/common/tasks/git.yml
# ---