diff --git a/docker-kvm-qemu-libvirt b/docker-kvm-qemu-libvirt index 1681c69..29eadc7 160000 --- a/docker-kvm-qemu-libvirt +++ b/docker-kvm-qemu-libvirt @@ -1 +1 @@ -Subproject commit 1681c69dbeaf04335db05cf045c3de6f2e662462 +Subproject commit 29eadc7b92bef861bf699822b751520ba2764253 diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..ad53341 --- /dev/null +++ b/readme.md @@ -0,0 +1,15 @@ +# terraform libvirt + + +## prerequis + +Setup libvirt provider for terraform [https://github.com/dmacvicar/terraform-provider-libvirt/releases](https://github.com/dmacvicar/terraform-provider-libvirt/releases) + +`yaourt -S terraform-provider-libvirt` + + +Provision compute into qemu/kvm with terraform and libvirt provider + +`terraform init` + +`terraform apply`