More .lan changes

This commit is contained in:
2025-09-23 22:49:33 +02:00
parent a5270d0083
commit a848879a4e
3 changed files with 37 additions and 43 deletions

View File

@@ -38,8 +38,8 @@ resource "proxmox_virtual_environment_file" "docker-machine-cloud-config" {
- docker swarm init
- git clone https://github.com/vhaudiquet/homeprod /root/homeprod
- mkdir /app
- echo "truenas.local:/mnt/fast_app_data/docker-homeprod /app nfs defaults,_netdev 0 0" >>/etc/fstab
- mount -t nfs truenas.local:/mnt/fast_app_data/docker-homeprod /app
- echo "truenas.lan:/mnt/fast_app_data/docker-homeprod /app nfs defaults,_netdev 0 0" >>/etc/fstab
- mount -t nfs truenas.lan:/mnt/fast_app_data/docker-homeprod /app
- echo "${var.sops_private_key}" | gpg --import
EOF
file_name = "docker-machine-cloud-config.yaml"