Skip to content

Instantly share code, notes, and snippets.

@anthonyinfinity
Last active May 5, 2020 11:30
Show Gist options
  • Save anthonyinfinity/68f8496b9ad76141bf22114ffc779940 to your computer and use it in GitHub Desktop.
Save anthonyinfinity/68f8496b9ad76141bf22114ffc779940 to your computer and use it in GitHub Desktop.
#!/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