2019-04-16 14:53:34 +00:00
|
|
|
# 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
|
|
|
|
|
2019-04-16 15:54:22 +00:00
|
|
|
bind_owner: named
|
2019-04-16 14:53:34 +00:00
|
|
|
bind_group: named
|