Skip to content
Snippets Groups Projects

Feature enable epel repo before install ansible

Merged Bo-Chun Chen requested to merge louistw/ohpc_vagrant:feat-enable-epel-at-provision into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -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
Loading