fix 🐛: Update Proxmox API credentials in setupacdc.yml
The commit updates the Proxmox API credentials for the lxc container task in setupacdc.yml. The changes ensure that the task can connect to the correct Proxmox server using the provided credentials.
This commit is contained in:
@@ -3,3 +3,6 @@
|
||||
tasks:
|
||||
- name: Create lxc container
|
||||
community.proxmox.proxmox:
|
||||
api_user: root@pam
|
||||
api_password: "{{ proxmox_password }}"
|
||||
api_host: node0
|
||||
|
||||
Reference in New Issue
Block a user