terraform-k8s/roles/terraform/files/cloud-init-network.cfg.j2
2019-01-25 19:04:04 +01:00

14 lines
319 B
Django/Jinja

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 }}