A photo of Mitesh Shah

Mitesh Shah

Linux Expert | Automation Enthusiast | Security Consultant

Email Skype Github Twitter Resume Hire Me Keybase LinkedIn Stackoverflow


Ansible Installation

Overview

Prerequisites

  • Python 2.6/2.7

Installation

Install Ansible on Ubuntu

$ sudo apt-get install software-properties-common
$ sudo apt-add-repository ppa:ansible/ansible
$ sudo apt-get update
$ sudo apt-get install ansible

Install Ansible on CentOS

$ sudo yum install epel-release
$ sudo yum install ansible

Install Ansible on Mac OS X

$ brew install ansible

NOTE!: Make sure you have installed HomeBrew on your system, If you don’t have HomeBrew installed then Click Here to Install HomeBrew





Post Navigation