We need a Unix/Linux-based system to run the labs. For simplicity where going to use a Ubuntu VM. If you download the pre-made VM's for Virtual Box or VMware they will include both Ansible and Terraform pre-installed. If you choose to use WSL/HyperV you will need to install both Terraform and Ansible.
<aside> đź’ˇ Created Jul-27-2021 Size: 846MB
</aside>
<aside> đź’ˇ Created Jul-27-2021 Size: 969MB
</aside>
If you do not have Virtual Box OR VMware workstation / Fusion you can install one of them following the instructions below.
<aside> đź’ˇ Virtual Box is free and there is no reason to buy VMware workstation for these labs.
</aside>
Downloads - Oracle VM VirtualBox
Install on Windows
choco install virtualbox
Install on MacOS
brew install virtualbox
Install on Linux
sudo apt-get install software–properties–common
wget -q <https://www.virtualbox.org/download/oracle_vbox_2016.asc> -O- | sudo apt-key add -
wget -q <https://www.virtualbox.org/download/oracle_vbox.asc> -O- | sudo apt-key add -
sudo add-apt-repository "deb <http://download.virtualbox.org/virtualbox/debian> bionic contrib"
sudo apt-get update
sudo apt-get install virtualbox-6.1