Skip to content

Commit

Permalink
Update ansible script for simpler installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed May 27, 2016
1 parent 72f6040 commit d8abfa4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions scripts/ansible.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#!/bin/bash -eux

# Install EPEL repository.
rpm -ivh http://mirror.pnl.gov/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
yum -y install epel-release

# Install Ansible.
yum -y install git python-setuptools gcc sudo libffi-devel python-devel openssl-devel
yum clean all
easy_install pip
pip install ansible
yum -y install ansible

0 comments on commit d8abfa4

Please sign in to comment.