add template vm in proxmox [ci skip]

This commit is contained in:
Viktor Barzin 2025-10-11 17:07:47 +00:00
parent 52638b3783
commit 9831fe1bc3
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
5 changed files with 68 additions and 18 deletions

View file

@ -0,0 +1,22 @@
#cloud-config
hostname: terraform-vm
users:
- name: wizard
sudo: ALL=(ALL) NOPASSWD:ALL
ssh_authorized_keys:
- ${authorized_ssh_key}
passwd: ${passwd}
lock_passwd: false # enable passwd login
package_update: true
package_upgrade: true
packages:
- htop
- vim
- curl
- jq
- tcpdump
- tree
- tmux
- wget
- net-tools
- zsh