custom dns role
This commit is contained in:
parent
23b05da923
commit
aea1b9e2c7
@ -25,7 +25,7 @@
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
owner: root
|
||||
owner: "{{ bind_owner }}"
|
||||
group: "{{ bind_group }}"
|
||||
mode: 0770
|
||||
with_items:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user