Files
ansible_samba_tasks/tasks/setupacdc.yml
Jose 04c1f9b517 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.
2025-10-21 19:54:34 +02:00

9 lines
210 B
YAML

- hosts: "node0"
gather_facts: yes
tasks:
- name: Create lxc container
community.proxmox.proxmox:
api_user: root@pam
api_password: "{{ proxmox_password }}"
api_host: node0