Scale Computing Hypercore Ansible collection ============================================ Official Ansible collection for Scale Computing HyperCore (HC3) v1 API. .. raw:: html
| module name | Description |
|---|---|
| vm | Create, update or delete a virtual machine. |
| vm_info | Get information about existing virtual machines. |
| vm_params | Partialy update a virtual machine. Use when changing some of the properties of an existing VM. |
| vm_disk | Update block devices on VM. |
| vm_nic | Update network interfaces (NICs) on a VM. |
| vm_boot_devices | Set up a boot order for the specified VM. |
| vm_node_affinity | Set up node affinity for a specified VM. |
| node_info | Get the list of all nodes on a cluster. Needed to set node affinities for VMs. |
| remote_cluster_info | Get Information regarding remote replication clusters. |
| vm_replication | Configure a VM replication. |
| vm_replication_info | Get a VM replication configuration. |
| snapshot_schedule | Configure a snapshot schedule. |
| snapshot_schedule_info | Get the existing list of snapshot schedules. |
| iso | Upload a new ISO image, or edit an existing one. |
| iso_info | Get a list of available ISO images. |
| api | Use to directly access to HyperCore API. |
| vm_export | Export a VM to an SMB server. |
| vm_import | Import a VM from an SMB or an HTTP URI. |
| vm_clone | Clone a VM. |