This is Part-2 of our Ansible-Tutorial and in this post we will cover how to setup a LAMP Stack on Ubuntu using Ansible. We will only have one host in our inventory, but this can be scaled easily by increasing…
Ansible
A collection of 3 posts
Getting Started with Ansible on Ubuntu
Part 1 - This is a getting started series on Ansible. The first post will be on how to setup ansible and how to reach your nodes in order to deploy software to your nodes. Install Ansible: Ansible relies on…
Deployment with Ansible on CentOS
Ansible is awesome! Personally, I'm a big fan of Ansible. Where other deployment technologies works on a pull model, ansible pushes out deployments to the targets in question. In this Guide, I will show you how to setup Ansible and…