custom dns role

This commit is contained in:
vincent 2019-04-16 17:54:22 +02:00
parent 23b05da923
commit aea1b9e2c7
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
file:
path: "{{ item }}"
state: directory
owner: root
owner: "{{ bind_owner }}"
group: "{{ bind_group }}"
mode: 0770
with_items:

View File

@ -17,5 +17,5 @@ bind_default_zone_files: []
# Directory with run-time stuff
bind_dir: /var/named
bind_owner: root
bind_owner: named
bind_group: named