mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 07:43:07 +00:00
Update proxmox.tf
This commit is contained in:
@ -80,6 +80,12 @@ initialization {
|
||||
password = "testepassword"
|
||||
username = "testeuser"
|
||||
}
|
||||
bootcmd = [
|
||||
"apt-get update",
|
||||
"apt-get install -y qemu-guest-agent",
|
||||
"systemctl enable qemu-guest-agent",
|
||||
"systemctl start qemu-guest-agent"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user