Move all of the role here
This commit is contained in:
8
templates/named.conf.dyndb.j2
Normal file
8
templates/named.conf.dyndb.j2
Normal file
@@ -0,0 +1,8 @@
|
||||
{% macro dyndb(dyndbs) %}
|
||||
{% for dyndb in dyndbs if dyndbs is iterable %}
|
||||
dyndb {{ dyndb.name }} "{{ dyndb.driver }}" {
|
||||
{% filter indent(2, true) %}
|
||||
{{ functions.simple_item_list(dyndb.parameters) -}}
|
||||
{% endfilter %}};
|
||||
{% endfor %}
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user