Unable to Install Ansible

Hello all,

I tried installing ansible on centos vagrant, but can’t install. As Im new to this, request some one to help me on this.

[vagrant@first yum.repos.d]$ sudo easy_install pip
sudo: easy_install: command not found
[vagrant@first yum.repos.d]$
[vagrant@first yum.repos.d]$
[vagrant@first yum.repos.d]$ clear
[vagrant@first yum.repos.d]$ sudo yum install ansible
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: mirror.fibergrid.in
 * extras: mirror.fibergrid.in
 * updates: mirror.fibergrid.in
No package ansible available.
Error: Nothing to do
[vagrant@first yum.repos.d]$ sudo yum install ansible -y
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: mirror.fibergrid.in
 * extras: mirror.fibergrid.in
 * updates: mirror.fibergrid.in
No package ansible available.
Error: Nothing to do
[vagrant@first yum.repos.d]$ ansible --version
-bash: ansible: command not found
[vagrant@first yum.repos.d]$

ons 2017-01-11 klockan 02:38 -0800 skrev SR:

I tried installing ansible on centos vagrant, but can’t install. As
Im new to this, request some one to help me on this.

Easiest is probably to install Ansible from EPEL. If nothing else it's
not unlikely that you might want that repository for other reasons too.

https://fedoraproject.org/wiki/EPEL

// Andreas

Thanks will do the same