Skip to content
Snippets Groups Projects
Commit fc20d57c authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

Merge branch 'feat-enable-epel-at-provision' into 'master'

Feature enable epel repo before install ansible

See merge request jpr/ohpc_vagrant!17
parents 0caef2f5 b400a873
No related branches found
No related tags found
1 merge request!17Feature enable epel repo before install ansible
......@@ -45,6 +45,7 @@ Vagrant.configure("2") do |config|
. /vagrant/localenv.sh
fi
yum install -y epel-release
yum install -y ansible git vim bash-completion
ansible-playbook -c local -i /vagrant/CRI_XCBC/hosts -l `hostname` /vagrant/CRI_XCBC/site.yaml -b
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment