mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Merge pull request 'Update proxmox.tf' (#117) from fenix-admin into main
Reviewed-on: fenix-gitea-admin/iac-teste#117
This commit is contained in:
@ -80,6 +80,12 @@ initialization {
|
|||||||
password = "testepassword"
|
password = "testepassword"
|
||||||
username = "testeuser"
|
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