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

29 lines
677 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}
registries:
mirrors:
docker.io:
endpoints:
- https://harbor.lan/v2/docker-hub-cache
overridePath: true
ghcr.io:
endpoints:
- https://harbor.lan/v2/github-cache
overridePath: true
config:
harbor.lan:
tls:
ca: |
${indent(16, container_registry_cache_ca)}