1
0
IaC/ansible/roles/hypervisor_qcow/templates/ethernet.network.j2

13 lines
170 B
Plaintext
Raw Normal View History

2023-08-09 08:38:34 +00:00
[Match]
MACAddress={{ item.mac_address }}
[Link]
ARP={{ item.arp }}
[Network]
DHCP=no
if item.bond
Bond={{ item.bond }}
if item.bridge
Bridge={{ item.bridge }}