chore 📦: Update Proxmox API connection for node setup

Updated the Proxmox API connection to use the new 'node' parameter instead of 'node0'. This change allows for more flexibility in setting up nodes with different names.
This commit is contained in:
2025-11-01 10:33:09 +01:00
parent 4d21444433
commit c80b0c5f01

View File

@@ -14,10 +14,13 @@
state: present state: present
become: no become: no
- hosts: node0
tasks:
- name: Create lxc container - name: Create lxc container
community.proxmox.proxmox: community.proxmox.proxmox:
vmid: 200 vmid: 200
# node: node0 node: node0
api_user: root@pam api_user: root@pam
api_password: "{{ proxmox_password }}" api_password: "{{ proxmox_password }}"
api_host: node0 api_host: node0