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.
1 parent 39a4c64 commit 23bea0aCopy full SHA for 23bea0a
bin/bastion.sh
@@ -41,8 +41,6 @@ if [ $ID == "ol" ] || [ $ID == "centos" ] ; then
41
sudo yum install --enablerepo=$repo -y python38.x86_64
42
sudo python3.8 -m pip install ansible cryptography netaddr
43
sudo mkdir /etc/ansible
44
- sudo touch /etc/ansible/ansible.cfg
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 yum install -y terraform
0 commit comments