14 lines
308 B
Plaintext
14 lines
308 B
Plaintext
machine:
|
|
install:
|
|
disk: ${install_disk}
|
|
image: ${install_image}
|
|
network:
|
|
hostname: ${hostname}
|
|
interfaces:
|
|
- deviceSelector:
|
|
physical: true
|
|
addresses:
|
|
- ${ip_address}
|
|
routes:
|
|
- network: ${network}
|
|
gateway: ${network_gateway} |