dir structure, packer rocky
This commit is contained in:
0
packer/proxmox/rocky/http/meta-data
Normal file
0
packer/proxmox/rocky/http/meta-data
Normal file
32
packer/proxmox/rocky/http/user-data
Normal file
32
packer/proxmox/rocky/http/user-data
Normal file
@ -0,0 +1,32 @@
|
||||
#cloud-config
|
||||
autoinstall:
|
||||
version: 1
|
||||
locale: en_NZ
|
||||
keyboard:
|
||||
layout: en
|
||||
ssh:
|
||||
install-server: true
|
||||
allow-pw: false
|
||||
disable_root: true
|
||||
ssh_quiet_keygen: true
|
||||
allow_public_ssh_keys: true
|
||||
packages:
|
||||
- qemu-guest-agent
|
||||
- sudo
|
||||
storage:
|
||||
layout:
|
||||
name: direct
|
||||
swap:
|
||||
size: 0
|
||||
user-data:
|
||||
package_upgrade: true
|
||||
timezone: Pacific/Auckland
|
||||
users:
|
||||
- name: ladmin
|
||||
groups: [adm, sudo]
|
||||
lock-passwd: false
|
||||
sudo: ALL=(ALL) NOPASSWD:ALL
|
||||
shell: /bin/bash
|
||||
passwd: "qx9efm7k"
|
||||
ssh_authorized_keys:
|
||||
- your-ssh-key
|
Reference in New Issue
Block a user