nubificus/Incus Launch Instance Action
Launches an Incus Instance 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 Instance | yes | — |
| is_vm | Whether the Instance is a VM or a container | no | true |
| is_privileged | Whether the Instance is privileged or not (only for Container instances) | no | false |
| vm_description | Description of the Instance | 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 |
| incus_target | Name of the Incus cluster member or cluster group | no | "" |
| cleanup | Whether to cleanup the Instance after the action | no | false |
| snapshot | Whether to create a snapshot of the Instance | no | false |
Outputs
| name | description |
|---|---|
| incus_vm_ip | IP address of the launched Incus Instance |
| snapshot_id | ID of the created snapshot |