|
|
|
|
|
|
|
|
{%- endif -%} |
|
|
{%- endif -%} |
|
|
{%- endmacro -%} |
|
|
{%- endmacro -%} |
|
|
{%- macro output_list_if_set(object, lookup_key, output_key) -%} |
|
|
{%- macro output_list_if_set(object, lookup_key, output_key) -%} |
|
|
{%- for item in object.get(lookup_key, []) -%} |
|
|
|
|
|
|
|
|
{%- set l = object.get(lookup_key, []) -%} |
|
|
|
|
|
{%- if l is not string -%} |
|
|
|
|
|
{%- for item in l -%} |
|
|
{{output_key}} = {{item}} |
|
|
{{output_key}} = {{item}} |
|
|
{%- endfor -%} |
|
|
|
|
|
|
|
|
{%- endfor -%} |
|
|
|
|
|
{%- endif -%} |
|
|
{%- endmacro -%} |
|
|
{%- endmacro -%} |
|
|
[Interface] |
|
|
[Interface] |
|
|
{{ output_list_if_set(interface, 'address', 'Address') }} |
|
|
{{ output_list_if_set(interface, 'address', 'Address') }} |