Skip to content

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

License

Notifications You must be signed in to change notification settings

lpwoodhouse/proxmox_new_vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages