Files
proxmox-tofu/proxmox/templates/machine_config_patches_worker.tftpl

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}