xoxys.network/templates/etc/sysconfig/network-scrips/ifcfg.j2

7 lines
188 B
Plaintext
Raw Normal View History

2017-05-18 21:10:07 +00:00
#jinja2: trim_blocks: True, lstrip_blocks: True
# {{ ansible_managed }}
DEVICE="{{ item.key }}"
{%+ for key, value in item.value.items() -%}
2018-12-07 21:35:58 +00:00
{{ key | upper }}="{{ value }}"
2017-05-18 21:10:07 +00:00
{% endfor %}