Files
configpolicy/roles/named/vars/defaults.yml
Dustin C. Hatch b493d81cfa roles/named: Deploy BIND DNS server
The *named* role configures the BIND DNS server on managed nodes. It
writes `/etc/named.conf`, using a template that supports most of the
commonly-used options. The configuration can be augmented by other
templates, etc. by specifying file paths in the `named_options_include`
or `named_global_include` variables, both of which are lists.
2018-01-29 15:07:31 -06:00

12 lines
459 B
YAML

named_packages:
- bind
named_directory: /var/named
named_dump_file: '{{ named_directory }}/data/cache_dump.db'
named_stats_file: '{{ named_directory }}/data/named_stats.txt'
named_memstats_file: '{{ named_directory }}/data/named_mem_stats.txt'
named_managed_keys_dir: '{{ named_directory }}/dynamic'
named_pid_file: /run/named/named.pid
named_session_keyfile: /run/named/session.key
named_default_options_include:
- /etc/crypto-policies/back-ends/bind.config