Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.32 KB

README.md

File metadata and controls

45 lines (35 loc) · 1.32 KB

Proxmox New VM Guest From Template

proxmox playbook GitHub last commit GitHub repo file count GitHub top language GitHub

Purpose

This play is for creating new virtual machine guest(s) from a clone on a ProxmoxVE host

Requirements

community.general

Role Variables

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>

Dependencies

None

Example Playbook

    - hosts: localhost
      roles:
        - pve_new_vm

Author Information

This playbook was created in 2022 by Lee Woodhouse