Skip to content

Instantly share code, notes, and snippets.

@rms1000watt
Created July 2, 2018 15:09
Show Gist options
  • Save rms1000watt/c7531e00a51cce9b234eb959edffe8d0 to your computer and use it in GitHub Desktop.
Save rms1000watt/c7531e00a51cce9b234eb959edffe8d0 to your computer and use it in GitHub Desktop.
Install Ansible on RHEL
curl -o epel-release-latest-7.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
sudo rpm -i epel-release-latest-7.noarch.rpm
sudo yum update
sudo yum install -y ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment