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' (#130) from fenix-admin into main
Reviewed-on: fenix-gitea-admin/iac-teste#130
This commit is contained in:
10
proxmox.tf
10
proxmox.tf
@ -45,6 +45,16 @@ resource "proxmox_virtual_environment_file" "cloud_init_yaml" {
|
||||
list: |
|
||||
testeuser:testepassword
|
||||
expire: false
|
||||
|
||||
package_update: true
|
||||
packages:
|
||||
- qemu-guest-agent
|
||||
- net-tools
|
||||
- curl
|
||||
runcmd:
|
||||
- systemctl enable qemu-guest-agent
|
||||
- systemctl start qemu-guest-agent
|
||||
- echo "done" > /tmp/cloud-config.done
|
||||
EOF
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user