summaryrefslogtreecommitdiff
path: root/roles/network/bind/defaults/main.yml
blob: 7ed9521b4b347e966dfe4dae86c93ccc25aa5456 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
## stats

# bind_stats_channels:
#   - addr: 127.0.0.1
#     port: 8053
#     allow:
#     - 127.0.0.1

## options

# bind_option_empty_zones_enable: yes
# bind_option_allow_query: []
# bind_option_allow_recursion: []
# bind_option_allow_update: []
# bind_option_notify: '(yes|no|explicit)'
# bind_option_also_notify: []
# bind_option_allow_transfer: []

## zone configs

bind_empty_onion_zone: no

# bind_master_zones:
#   example.com:
#     content: |
#       ....
#   foo.bar:
#     file: path/to/file

# bind_slave_zones:
#   example:
#     masters:
#     - 192.0.2.1
#     zones:
#     - example.com
#     - example.net
#   foo:
#     master:
#     - 1.2.3.4
#     zone:
#     - foo.bar