|
2ヶ月前 | |
---|---|---|
applications | 2ヶ月前 | |
base | 2ヶ月前 | |
docker-kvm-qemu-libvirt @ ebd073a56c | 2ヶ月前 | |
stack | 2ヶ月前 | |
.gitignore | 2ヶ月前 | |
.gitmodules | 2ヶ月前 | |
Makefile | 2ヶ月前 | |
env.sh | 8ヶ月前 | |
readme.md | 8ヶ月前 |
Setup libvirt provider for terraform https://github.com/dmacvicar/terraform-provider-libvirt/releases
yaourt -S terraform-provider-libvirt
Provision compute into qemu/kvm with terraform and libvirt provider
export LIBVIRT_DEFAULT_URI="qemu+tcp://127.0.0.1/system"
terraform init
terraform apply