Skip to content

Instantly share code, notes, and snippets.

View langburd's full-sized avatar

Avi Langburd langburd

View GitHub Profile
@gauravve
gauravve / install_ansible.sh
Last active November 4, 2019 15:35
Install ansible using pip on centos7
sudo rpm -iUvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-6.noarch.rpm
#Yum
sudo yum -y update
sudo yum install -y python-devel
sudo yum install -y openssl-devel
sudo yum install -y libffi-devel
sudo yum -y install python-pip