dir structure, packer rocky

This commit is contained in:
2022-04-19 11:55:32 +12:00
parent 0e53ca686b
commit 7e24517039
5 changed files with 201 additions and 0 deletions

View File

View 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