We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f6f274 + fd6ed65 commit b9531c4Copy full SHA for b9531c4
bin/bastion.sh
@@ -45,6 +45,7 @@ if [ $ID == "ol" ] || [ $ID == "centos" ] ; then
45
sudo ln -s /usr/local/bin/ansible /bin/ansible
46
fi
47
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
48
+ sudo sed -i 's/$releasever/'"${vid}"'/g' /etc/yum.repos.d/hashicorp.repo
49
sudo yum install -y terraform
50
sudo python3 -m pip install -U pip
51
sudo python3 -m pip install netaddr --upgrade
0 commit comments