You've already forked ansible-role-bind9
test(ubuntu): tested on ubuntu
This commit is contained in:
12
templates/etc/named/named.conf.acl.j2
Normal file
12
templates/etc/named/named.conf.acl.j2
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# {{ ansible_managed }}
|
||||
#
|
||||
|
||||
{% for acl in bind9_acls %}
|
||||
acl "{{ acl.name }}" {
|
||||
{% for permission in acl.permissions %}
|
||||
{{ permission }};
|
||||
{% endfor %}
|
||||
};
|
||||
|
||||
{% endfor %}
|
Reference in New Issue
Block a user