mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Update proxmox.tf
This commit is contained in:
@ -34,18 +34,9 @@ resource "proxmox_virtual_environment_file" "cloud_init_yaml" {
|
||||
#cloud-config
|
||||
users:
|
||||
- default
|
||||
- name: ${var.proxmox_VM_username}
|
||||
groups: sudo
|
||||
shell: /bin/bash
|
||||
sudo: ALL=(ALL) NOPASSWD:ALL
|
||||
|
||||
ssh_pwauth: true
|
||||
|
||||
chpasswd:
|
||||
list: |
|
||||
${var.proxmox_VM_username}:${var.proxmox_VM_password}
|
||||
expire: false
|
||||
|
||||
package_update: true
|
||||
packages:
|
||||
- qemu-guest-agent
|
||||
|
||||
Reference in New Issue
Block a user