Installing Ansible on CentOS 7


6  sudo rpm -iUvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
7  sudo yum -y update
8  yum -y install ansible

Doesn’t get much easier than this D: