I have managed to connect with API-user and clone virtual machine. With:
tasks:
- name: Clone VM from template
community.general.proxmox_kvm:
api_user: "{{ api_user }}"
api_password: "{{ proxmox_password }}"
api_host: "{{ api_host }}"
clone: AlmaT01...
So its 2024...
and im trying to create a vm thru ansibleplaybooks.
I'm looking for some what simple and "dumb" code that creates an VM from a template....
And btw how does ansible playbooks work with vmids? do i have to edit the playbook everytime i run it with a new vmid?
this code is the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.