A simple Ansible role to create/clone virtual machines in Proxmox
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ronald 49286c0375 Add create_vm_proxmox_scsi variable
This variable allows the user to specify SCSI disks that they would like
to be created.  Allows them to specify a size, where the drive should
live and the format of the drive.
2 years ago
defaults Initial commit 2 years ago
meta Initial commit 2 years ago
tasks Add create_vm_proxmox_scsi variable 2 years ago
vars Initial commit 2 years ago
README.md Updated README.md 2 years ago

README.md

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