20 lines
317 B
Plaintext
20 lines
317 B
Plaintext
|
[Match]
|
||
|
MACAddress={{ item.mac_address }}
|
||
|
|
||
|
[Link]
|
||
|
ARP={{ item.arp }}
|
||
|
|
||
|
[Network]
|
||
|
DHCP={{ item.dhcp | default(true) }}
|
||
|
{% if item.bond %}
|
||
|
Bond={{ item.bond }}
|
||
|
{% endif %}
|
||
|
{% if item.bridge %}
|
||
|
Bridge={{ item.bridge }}
|
||
|
{% endif %}
|
||
|
{% if item.vlans %}
|
||
|
{% for vlan in item.vlans %}
|
||
|
VLAN={{ vlan }}
|
||
|
{% endfor %}
|
||
|
{% endif %}
|