Created
July 7, 2017 08:11
-
-
Save alces/5f0f7617cb1fb12f7405bddb1318cb69 to your computer and use it in GitHub Desktop.
Install the lates Ansible on CentOS 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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