ansible-roles/bind/defaults/main.yml
Patrick Marchand 5008b79ef5
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
Remove remaining hardcoded log paths from bind role
We had variables for the log paths, but these were not being used
by all templates.
2019-11-26 14:04:20 -05:00

10 lines
333 B
YAML

---
bind_recursive_server: False
bind_authoritative_server: True
bind_chroot_set: True
bind_chroot_path: /var/chroot-bind
bind_systemd_service_path: /etc/systemd/system/bind9.service
bind_statistics_file: /var/run/named.stats
bind_log_file: /var/log/bind.log
bind_query_file: /var/log/bind_queries.log
bind_cache_dir: /var/cache/bind