File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ if [ $ID == "ol" ] || [ $ID == "centos" ] ; then
4242 sudo python3.8 -m pip install ansible cryptography netaddr
4343 sudo mkdir /etc/ansible
4444 sudo touch /etc/ansible/ansible.cfg
45- sudo ln -s /usr/local/bin/ansible /bin/ansible
45+ # sudo ln -s /usr/local/bin/ansible /bin/ansible
4646 fi
4747 sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
4848 sudo yum install -y terraform
Original file line number Diff line number Diff line change 11[bastion]
2- ${ bastion_name} ansible_host=${ bastion_ip} ansible_user=${ bastion_username} role=bastion ansible_python_interpreter=/usr/bin/python
2+ ${ bastion_name} ansible_host=${ bastion_ip} ansible_user=${ bastion_username} role=bastion ansible_python_interpreter=/usr/bin/python3
33[slurm_backup]
44%{ if backup_name != " " } ${ backup_name} ansible_host=${ backup_ip} ansible_user=${ compute_username} role=bastion%{ endif }
55[login]
You can’t perform that action at this time.
0 commit comments