From 79f5a9d129b549af271ea511ffe7005fea3735a8 Mon Sep 17 00:00:00 2001 From: rblundon Date: Thu, 18 Sep 2025 22:26:52 -0500 Subject: [PATCH] more CI --- .../04-vm-templates/ubuntu-24.04.03/http/user-data | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 465558b..a917f43 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 @@ -2,6 +2,9 @@ autoinstall: version: 1 + source: + id: ubuntu-server-minimal + ssh: install-server: true allow-pw: true @@ -20,6 +23,7 @@ autoinstall: storage: layout: name: lvm # direct + policy: all swap: filename: /swap.img size: "auto" @@ -37,4 +41,6 @@ autoinstall: shell: /bin/bash ssh_authorized_keys: - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINnSM/9fO8rz/amqkyoGUzUKNNzzmtSXPwOCr1O9zKNO ansible - sudo: ALL=(ALL) NOPASSWD:ALL \ No newline at end of file + sudo: ALL=(ALL) NOPASSWD:ALL + + shutdown: poweroff \ No newline at end of file