<aside> 💡 Estimated Time TBD
</aside>
Configure Ubuntu with Ansible on the deployed Terraform instance and included the following
Official Ansible documentation
Ansible Documentation - Ansible Documentation
Back in Lab1, we destroyed our DigitalOcean droplet. Let start it back up so we have a host to work with. Open up the Lab1 folder where you made your Terraform files and run Terraform apply.
terraform apply -auto-approve
You will need to enter your API key again and you should see the do_ip
output at the end.
Your DigitalOcean Droplet should be online now so we can configure it with Ansible.