Skip to content

Instantly share code, notes, and snippets.

@alces
Created July 7, 2017 08:11
Show Gist options
  • Save alces/5f0f7617cb1fb12f7405bddb1318cb69 to your computer and use it in GitHub Desktop.
Save alces/5f0f7617cb1fb12f7405bddb1318cb69 to your computer and use it in GitHub Desktop.
Install the lates Ansible on CentOS 7
yum install -y gcc python-devel openssl-devel epel-release
yum install -y python-pip
pip install ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment