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:
@@ -14,10 +14,13 @@
|
||||
state: present
|
||||
become: no
|
||||
|
||||
- hosts: node0
|
||||
|
||||
tasks:
|
||||
- name: Create lxc container
|
||||
community.proxmox.proxmox:
|
||||
vmid: 200
|
||||
# node: node0
|
||||
node: node0
|
||||
api_user: root@pam
|
||||
api_password: "{{ proxmox_password }}"
|
||||
api_host: node0
|
||||
|
||||
Reference in New Issue
Block a user