We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d58185 commit 48133adCopy full SHA for 48133ad
terraform/cloud-init.tf
@@ -27,8 +27,7 @@ resource "proxmox_virtual_environment_file" "cloud_config" {
27
- systemctl enable qemu-guest-agent
28
- systemctl start qemu-guest-agent
29
- curl -fsSL https://get.docker.com | sudo sh
30
- - su - mafyuh -c 'git clone https://git.mafyuh.dev/mafyuh/IaC-Homelab.git /home/mafyuh/IaC-Homelab'
31
- - su - mafyuh -c 'git clone https://git.mafyuh.dev/mafyuh/Auto-Homelab.git /home/mafyuh/Auto-Homelab'
+ - su - mafyuh -c 'git clone https://git.mafyuh.dev/mafyuh/iac.git /home/mafyuh/iac'
32
- echo "done" > /tmp/cloud-config.done
33
EOF
34
0 commit comments