Move all of the role here
This commit is contained in:
7
templates/named.conf.acl.j2
Normal file
7
templates/named.conf.acl.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
{# ACL Macro. Very easy statement. It's just a list of address match elements. #}
|
||||
{% macro acl(acls) %}
|
||||
{% for acl in acls %}
|
||||
acl {{ acl.name }} {
|
||||
{{ functions.simple_item_list(acl.addresses) -}}
|
||||
};
|
||||
{% endfor %}{% endmacro %}
|
||||
Reference in New Issue
Block a user