gntouts/Incus Launch VM Action
Launches an Incus VM on a remote server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| vm_name | Name of the VM | yes | — |
| vm_description | Description of the VM | no | — |
| incus_remote | Name of the Incus remote | yes | — |
| incus_image | Name of the Incus image | no | images:ubuntu/22.04/cloud |
| cpu_cores | Number of CPU cores | no | 1 |
| memory | Amount of memory in GiB | no | 2 |
| disk_size | Size of the disk in GiB | no | 10 |
| incus_profile | Name of the Incus profile | no | default |
| incus_project | Name of the Incus project | no | default |
| cleanup | Whether to cleanup the VM after the action | no | false |
| snapshot | Whether to create a snapshot of the VM | no | false |
Outputs
| name | description |
|---|---|
| incus_vm_ip | IP address of the launched Incus VM |
| snapshot_id | ID of the created snapshot |