Files
talos-proxmox-cluster/terraform/templates/static-ip.yaml.tmpl
2025-12-25 20:25:54 +01:00

15 lines
267 B
Cheetah

machine:
network:
interfaces:
- interface: eth0
addresses:
- ${ip_address}/${netmask}
routes:
- network: 0.0.0.0/0
gateway: ${gateway}
dhcp: false
nameservers:
%{ for ns in nameservers ~}
- ${ns}
%{ endfor ~}