10 lines
156 B
Plaintext
10 lines
156 B
Plaintext
|
#cloud-config
|
||
|
version: 1
|
||
|
config:
|
||
|
- type: physical
|
||
|
name: eth0
|
||
|
subnets:
|
||
|
- type: static
|
||
|
address: "${ip}"
|
||
|
gateway: "${gateway}"
|