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

10 lines
109 B
Plaintext
Raw Normal View History

2019-11-23 19:30:39 +00:00
# ANSIBLE MANAGED FILE - DO NOT EDIT
[NetDev]
Name={{ item.0.key }}
2019-11-23 19:30:39 +00:00
Kind=vlan
[VLAN]
Id={{ item.1 }}
2019-11-23 19:30:39 +00:00
# EOF