21 lines
323 B
YAML
21 lines
323 B
YAML
# roles/bind/vars/RedHat.yml
|
|
---
|
|
bind_packages:
|
|
- python-netaddr
|
|
- bind
|
|
- bind-tools
|
|
|
|
bind_service: named
|
|
|
|
# Main config file
|
|
bind_config: /etc/named.conf
|
|
|
|
# Zone files included in the installation
|
|
bind_default_zone_files: []
|
|
|
|
# Directory with run-time stuff
|
|
bind_dir: /var/named
|
|
|
|
bind_owner: named
|
|
bind_group: named
|