Files
configpolicy/roles/named/handlers/main.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

11 lines
218 B
YAML

- name: restart named
service:
name=named
state=restarted
- name: reload named
service:
name=named
state=reloaded
- name: save firewalld configuration
command: firewall-cmd --runtime-to-permanent