commit 9bcd81f403681a919c87942f4eb8b5a31fcf7004 parent 5baded40485c5103d11cf69564631f425cbebfb0 Author: Dionysis Grigoropoulos <dgrig@erethon.com> Date: Mon, 21 Jan 2019 23:59:34 +0200 terraform: Add a basic README file Diffstat:
terraform/infrastructure/README.org | | | 15 | +++++++++++++++ |
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/terraform/infrastructure/README.org b/terraform/infrastructure/README.org @@ -0,0 +1,15 @@ +#+TITLE: Provision KVM hosts using Terraform + +* Requirements +- [[https://www.terraform.io][Terraform]] +- [[https://github.com/dmacvicar/terraform-provider-libvirt][Terraform libvirt provider]] +- A remote host running =libvirtd= +- =netcat-openbsd= package if the remote is a Debian host =asda= + +* Spawning hosts +Create =terraform.tfvars= if necessary with your custom variables and then run: + +#+BEGIN_SRC sh + terraform init + terraform apply +#+END_SRC