2 articles Ansible

Install Ansible 2.x and Manage Windows Machines

This notes contains steps to install Ansible 2.x on Ubuntu 14.04 server and manage Windows Server. – Install git – Clonning git repo – Install Development Tools – Setup Ansible Environment Note: Add above lines in your ~/.bashrc – Create Ansible Configuration File – Create Ansible group variables   Note: As we are storing password…

Ansible Basics

Introduction Ansible is an IT automation tool. It can be used to deploy applications, configure services on multiple servers in less efforts. It works agentless using SSH for connection. Configuration files are written in YAML and file extension is yml Ansible has controller machine in which Ansible is installed and all playbooks, required templates, files…