|
пре 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