From 72b943ee0417ff375e3f26cadb867d57c13dac1d Mon Sep 17 00:00:00 2001 From: rblundon Date: Mon, 22 Sep 2025 09:36:13 -0500 Subject: [PATCH] update password --- ansible/host_vars/vm_template/vars | 1 + .../04-vm-templates/ubuntu-24.04.03/http/user-data | 13 +++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ansible/host_vars/vm_template/vars b/ansible/host_vars/vm_template/vars index 3853dc7..1b43ec1 100644 --- a/ansible/host_vars/vm_template/vars +++ b/ansible/host_vars/vm_template/vars @@ -13,6 +13,7 @@ proxmox_clone_node: "pve03" # Templates are named in the following format (all lower case): -- # Current OS offerings are: +# - Ubuntu (24.04) # - Fedora (42) # Current VM sizes are: # - Small: 2 cores, 2GB memory, 8 GiB virtual disk diff --git a/infra-config/04-vm-templates/ubuntu-24.04.03/http/user-data b/infra-config/04-vm-templates/ubuntu-24.04.03/http/user-data index ea840d4..6a63ad1 100644 --- a/infra-config/04-vm-templates/ubuntu-24.04.03/http/user-data +++ b/infra-config/04-vm-templates/ubuntu-24.04.03/http/user-data @@ -3,7 +3,7 @@ autoinstall: version: 1 source: - id: ubuntu-server-minimal + id: ubuntu-server ssh: install-server: true @@ -17,19 +17,20 @@ autoinstall: layout: us refresh-installer: - update: false + update: true packages: - qemu-guest-agent + - chrony # - sudo storage: layout: name: lvm # direct policy: all - # swap: - # filename: /swap.img - # size: auto + swap: + filename: /swap.img + size: auto user-data: disable_root: true @@ -40,7 +41,7 @@ autoinstall: primary-group: users groups: sudo lock_passwd: true - passwd: "$6$rounds=4096$PDyQf30/35socXkZ$AF3StbrRkg0l4y2edIvZB3Vb0cV/ic2t2G42IvAvHLl6Cj5vEyKiZ03I9EYd7UvVzti7f6U60nhDDHRN0AynS/" + passwd: "$6$KuJJYQtKFO02HoEG$AzpYknAjxx1E7LqH.T3eZou5rgQ2RTkxstHwuRaXflT6ZN2NPPS0SiD/F.KdZmz4A3/OR2VNmfoSzuoYwzdfT." shell: /bin/bash ssh_authorized_keys: - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINnSM/9fO8rz/amqkyoGUzUKNNzzmtSXPwOCr1O9zKNO ansible