14 lines
319 B
Plaintext
14 lines
319 B
Plaintext
|
version: 1
|
||
|
config:
|
||
|
- type: physical
|
||
|
name: eth0
|
||
|
mac_address: {{ item.mac_address }}
|
||
|
subnets:
|
||
|
- type: static
|
||
|
address: {{ item.ipv6 }}/64
|
||
|
gateway: {{ network_default_gw }}
|
||
|
- type: nameserver
|
||
|
address:
|
||
|
- {{ network_dns }}
|
||
|
search:
|
||
|
- {{ network_domain }}
|