nacita / terraform-vbox-lab

Terraform & Ansible script untuk mempersiapkan LAB dengan VirtualBox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Menyiapkan LAB VirtualBox dengan terraform

Bagaimana cara menggunakan repo ini? berikut langkah-langkahnya secara singkat

Install beberapa dependency berikut

sudo apt install python3-pip sshpass -y
# install ansible
sudo pip3 install -r ansible/requirement.txt
# install terraform
cd /tmp
wget https://releases.hashicorp.com/terraform/1.3.9/terraform_1.3.9_linux_amd64.zip
unzip terraform_1.3.9_linux_amd64.zip
sudo mv terraform /usr/local/bin/terraform

eksekusi

cp variable.tf.example variable.tf
terraform init
terraform plan
terraform apply

catatan: dokumentasi lengkapnya menyusul ya, kalo sempat nulis :)

Known Issue

  • belum support NAT network
  • belum support multiple network interface

About

Terraform & Ansible script untuk mempersiapkan LAB dengan VirtualBox


Languages

Language:HCL 76.3%Language:Makefile 17.9%Language:Smarty 5.8%