proxmox ci api user

This commit is contained in:
plasmagoat 2025-06-08 20:11:50 +02:00
parent bdf3bc6b02
commit c05c863fda
8 changed files with 147 additions and 52 deletions

View file

@ -4,7 +4,7 @@
become: true # Use sudo for all tasks
vars:
ansible_become_pass: "{{ initial_root_password }}" # Use the vaulted root password for initial connection
ansible_become_pass: "{{ vault_proxmox_initial_root_password }}" # Use the vaulted root password for initial connection
pre_tasks:
- name: Wait for SSH to be available
@ -20,5 +20,6 @@
- role: common
- role: proxmox_setup
- role: ci_user
- role: proxmox_api
# - role: cloudinit
# - role: networking # Uncomment if you've populated this role