Files
proxmox-tofu/proxmox/templates/machine_config_patches_controlplane.tftpl
2025-09-16 08:15:45 +02:00

27 lines
560 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}
vip:
ip: ${vip_shared_ip}
cluster:
allowSchedulingOnControlPlanes: false
network:
cni:
name: none
proxy:
disabled: true
inlineManifests:
- name: cilium
contents: |
${indent(8, cilium_manifest)}