Installation
Installing using Ubuntu
Run below commands in order to install Ansible.
$ sudo apt-add-repository ppa:ansible/ansible
$ sudo apt-get update
$ sudo apt-get install ansible
Installing using Pip
Execute the following command to install pip (Python package manager).
$ sudo easy_install pip
Run command to install Ansible via pip.
$ sudo pip install ansible