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.