In the part1 section of this tutorial series, I have taken time to explain how to set up Terraform to be working with AWS using AMI and creating a simple instance running as classic EC2. This series aims to be a gentle walk-through of Terraform with full code available on git htttps://github.com/kdjomeda/intro-to-terraform. In part 2, […]
Ubuntu
Getting Started with Ansible Works (AWX)
Hi readers, if you got here, it means you know a little bit about Ansible core. I suspect you also know about the community version of its enterprise offer Ansible Tower, called Ansible Works(AWX). Today, I will show you how I got it installed. I personally have gotten to the point where I need to […]
How to handle API calls to a server with self signed SSL certificate
Hello Guys, Here is another post on a scenario some of you working with telcos, banks and other organizations are familiar with. There is a server somewhere which offers a service usually available over VPN, sometimes not, that you need to connect to. That server has a self signed certificate and you need to deal […]
Part 3 :: Establishing site-to-site VPN between OpenSwan And VyOS
Part 2 :: Configuration on Azure: OpenSwan
How to do a mutual ssl authentication at reverse proxy level
Using ansible for web deployment
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 […]
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 […]