This play is for creating new virtual machine guest(s) from a clone on a ProxmoxVE host
community.general
Default role variables for the pve_new_vm role are listed below (see defaults/main.yml
)
# pve host credentials
proxmox_host: <pve_host_ip_addr>
proxmox_user: <root@pam>
proxmox_password: <password>
proxmox_node: <pve_node_name>
# new vm variables
vm_id: <100>
vm_name: <new_vm_name>
vm_clone: <template_name>
vm_storage: <storage_name>
None
- hosts: localhost
roles:
- pve_new_vm
This playbook was created in 2022 by Lee Woodhouse