Tsunami/cloud_network_config.tftpl
2022-04-25 13:50:01 +02:00

10 lines
156 B
Plaintext

#cloud-config
version: 1
config:
- type: physical
name: eth0
subnets:
- type: static
address: "${ip}"
gateway: "${gateway}"