This repository has been archived on 2024-05-02. You can view files and clone it, but cannot push or open issues or pull requests.
omni-ansible/roles/networkd/templates/netdev.j2

12 lines
169 B
Django/Jinja

# ANSIBLE MANAGED FILE - DO NOT EDIT
[NetDev]
Name={{ item.key }}
Kind=vlan
{% if item.value['kind'] == 'vlan' %}
[VLAN]
Id={{ item.value['vlan'] }}
{% endif %}
# EOF