Tsunami/cloud_network_config.tftpl

10 lines
156 B
Plaintext
Raw Permalink Normal View History

2022-04-25 13:50:01 +02:00
#cloud-config
version: 1
config:
- type: physical
name: eth0
subnets:
- type: static
address: "${ip}"
gateway: "${gateway}"