Last active
May 5, 2020 11:30
-
-
Save anthonyinfinity/68f8496b9ad76141bf22114ffc779940 to your computer and use it in GitHub Desktop.
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
#!/usr/bin/env bash | |
subscription-manager repos --enable rhel-7-server-optional-rpms \ | |
--enable rhel-server-rhscl-7-rpms | |
yum -y install @development | |
yum -y install rh-python36 | |
scl enable rh-python36 bash | |
yum install ansible | |
ansible --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment