Hello Guys, this is a second post of the configuration management with ansible series. Second post after Introduction to ansible . Previously we learned how to use ansible to automate the installation of wordpress and mysql database using ansible playbook. It’s time to spice things up a little bit. The purpose of this second post […]
virtualbox
Taking advantage of vagrant for quick infrastructure prototyping
Hello Folks I must admit, I have been very reluctant in using vagrant for while before I have seen the light. I actually had my wow moment when I managed to set up a complex virtual IT infrastructure to simulate a deployment architecture with just few lines. Let’s get going with our task today. For […]
How to make virtualbox guest use its host’s internet connection and still have ssh access to the guest
Hi guys, The title of this post can be misleading but basically the challenge I would like us to solve is pretty simple. There are situations where a guest OS on vitualbox will need to have Internet connection which is by default through the NAT interface. But that will limit your access to the client […]