Move all of the role here
This commit is contained in:
8
templates/named.conf.primaries.j2
Normal file
8
templates/named.conf.primaries.j2
Normal file
@@ -0,0 +1,8 @@
|
||||
{% macro primaries(primaries) %}
|
||||
{% for primary in primaries if primaries is iterable %}
|
||||
primaries {{ primary.name -}}
|
||||
{{ (' port ' + primary.port | string) if primary.port is defined and primary.port -}}
|
||||
{{ (' dscp ' + primary.dscp | string) if primary.dscp is defined and primary.dscp }} {
|
||||
{{ functions.list_address_port_key_tls(primary.addresses) -}}};
|
||||
{% endfor %}
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user