Initial commit: VM Creation done
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
- name: Start VMs
|
||||
community.proxmox.proxmox_kvm:
|
||||
api_host: "{{ proxmox_api_host }}"
|
||||
api_user: "{{ proxmox_api_user }}"
|
||||
api_token_id: "{{ proxmox_api_token_id }}"
|
||||
api_token_secret: "{{ proxmox_api_token_secret }}"
|
||||
vmid: "{{ item.value.vmid }}"
|
||||
state: started
|
||||
loop: "{{ vms | dict2items }}"
|
||||
Reference in New Issue
Block a user