Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustinspecker/pulumi-libvirt-ubuntu-example
https://github.com/dustinspecker/pulumi-libvirt-ubuntu-example
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dustinspecker/pulumi-libvirt-ubuntu-example
- Owner: dustinspecker
- Created: 2022-01-17T21:32:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-17T21:32:57.000Z (almost 3 years ago)
- Last Synced: 2023-04-09T18:51:19.743Z (over 1 year ago)
- Language: Go
- Homepage: https://dustinspecker.com/posts/ubuntu-vm-pulumi-libvirt/
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# pulumi-libvirt-ubuntu-example
> Based on https://dustinspecker.com/posts/ubuntu-vm-pulumi-libvirt/
## Usage
1. Install [Pulumi](https://www.pulumi.com/)
1. Clone this repository
1. Run `pulumi login`
1. Run `pulumi stack init dev`
1. Run `pulumi config set libvirt_uri qemu:///system`
1. Run `pulumi up`