adelton/Create virtual machine
Fetch a VM image and create a virtual machine using virt-install
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- Other
Pinned Snippet
uses: adelton/virt-install@3b0ff76f93b4ac3e592a400987e33c13b71f1a1a # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| disk-url | URL of disk to use | yes | — |
| arch | The virt-install --arch argument value (optional) | — | — |
| vm-name | Name of the VM (libvirt domain) | — | vm1.example.com |
| osinfo | The virt-install --osinfo argument value | — | generic |
| network | Space-separated values for virt-install --network arguments | — | bridge=virbr0,model=virtio |
| args | Generic virt-install arguments | — | — |
| virt-customize | Arguments to virt-customize to be run on the image (optional) | — | — |
| console-output-file | File to log VM console output to (optional) | — | — |
Outputs
| name | description |
|---|---|
| ip-address | IP address that the VM got (if available) |