Installing Ansible in a CentOS 6.5 from DigitalOcean

by 3.9.14 0 comments

To add Ansible to a CentOS instance in DigitalOcean, first the repo Extra Packages for Enterprise Linux (EPEL) has to be added first:
sudo yum install epel-release
Answer Yes to all questions. Note that this will install the repositoy containing ansible. Next install Ansible:
sudo yum install ansible
Finally test your install by typing
ansible --version
Happy Ansibl’ing!

pepgma

Programmer, scientist

I am an engineer that divides its work life between programming and neuroscience. This blog is a “bitacora” to share thoughts, programming ideas, useful findings, and stuff (more...)