In my previous tutorial I had shown you how to install and configuration Ansible in a vagrant machine. We have learnt about few very basic Ad-hoc commands as well. Today I am going to discuss about Ansible-playbook which is vital one. In last article I have deployed four vagrant machine of two different OS and…Continue reading Ansible: Your First Playbook
Tag: CentOS
Ansible: Step by step Installation and configuration on vagrant machine.
Ansible is an open-source software provisioning, configuration management, and application deployment tool. It runs on many Unix-like systems, and can configure both Unix-like systems as well as Microsoft Windows. It includes its own declarative language to describe system configuration. DevOps culture is a recent hot cake trend in IT industry and Ansible is one it’s vital tools. I assume that audience of this tutorial are familiar…Continue reading Ansible: Step by step Installation and configuration on vagrant machine.