In the previous post, I discussed how to set up SSH CA and use it to access remote hosts. In that, I briefly mentioned auto-renewal
Category: DevOps
Now that we have ansible working, we can do some housekeeping of the server. I took most of the playbook(with some modifications) from @jigarwala from
This is part 3 of the my series on automating my Home Lab. In this chapter, we will be integrating the inventory that was generated
To use ansible on the resources provisioned by Terraformer, ansible needs to know the ips of the provisioned resources. We will be leveraging the local
By following the example repo, I managed to setup a simple example app by following Hashicorps guide. I am summarizing the steps I took here