From 5d99ca7396d672f3ed65aa37ea972346ef91101f Mon Sep 17 00:00:00 2001 From: plasmagoat Date: Mon, 9 Jun 2025 01:30:30 +0200 Subject: [PATCH] nop --- .forgejo/workflows/build-image.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.forgejo/workflows/build-image.yml b/.forgejo/workflows/build-image.yml index 87244f7..6e46bde 100644 --- a/.forgejo/workflows/build-image.yml +++ b/.forgejo/workflows/build-image.yml @@ -15,11 +15,8 @@ jobs: env: NIXOS_BUILER_HOST: nixos-builder.lab NIXOS_BUILER_USER: runner - # Proxmox host details for SSH connection (used by Ansible copy/shell tasks) PROXMOX_HOST: 192.168.1.205 - # PROXMOX_USER is the SSH user Ansible will connect as (`remote_user` in ansible.cfg) - # This should be your Linux system CI user, not necessarily the Proxmox API user. - PROXMOX_USER: ci-user-linux # <-- IMPORTANT: Use your actual Linux SSH user here + PROXMOX_USER: plasmagoat # VM Template IDs for your Ansible playbook # These are now passed to the playbook via --extra-vars, not directly as env vars for qm.