# Role Name: create_vm_proxmox A simple role to create/clone virtual machines in Proxmox. ## Role variables TODO: Add table of role variables ## Dependencies Python module on the host used in proxmox tasks - `requests` - `proxmoxer` Bash is required for the connect tasks ## Example Playbook Example playbook: ``` - hosts: virtual_servers roles: - create_vm_proxmox ``` ## License BSD-3-Clause License