Trying a whole buncha stuff
This commit is contained in:
11
roles/networkd/templates/netdev.j2
Normal file
11
roles/networkd/templates/netdev.j2
Normal file
@@ -0,0 +1,11 @@
|
||||
# ANSIBLE MANAGED FILE - DO NOT EDIT
|
||||
[NetDev]
|
||||
Name={{ item.key }}
|
||||
Kind=vlan
|
||||
{% if item.value['kind'] == 'vlan' %}
|
||||
|
||||
[VLAN]
|
||||
Id={{ item.value['vlan'] }}
|
||||
{% endif %}
|
||||
|
||||
# EOF
|
||||
Reference in New Issue
Block a user