terraform apply -var-file ./env/dev.tfvars
cd ./ansible
export ANSIBLE_HOST_KEY_CHECKING=False
export ANSIBLE_TF_DIR=..
export ANSIBLE_NOCOWS=1
ansible-playbook -i ./terraform.py playbook.yml
ping.yml
show hostname and uptime for ALL hosts
terraform init -plugin-dir ./providers
terraform plan -var-file ./inputs/default.tfvars