24 lines
373 B
YAML
24 lines
373 B
YAML
# roles/bind/vars/RedHat.yml
|
|
---
|
|
|
|
bind_packages:
|
|
- python-netaddr
|
|
- bind
|
|
- bind-utils
|
|
|
|
bind_service: named
|
|
|
|
# Main config file
|
|
bind_config: /etc/named.conf
|
|
|
|
# Zone files included in the installation
|
|
bind_default_zone_files:
|
|
- /etc/named.root.key
|
|
- /etc/named.rfc1912.zones
|
|
|
|
# Directory with run-time stuff
|
|
bind_dir: /var/named
|
|
|
|
bind_owner: root
|
|
bind_group: named
|