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 1c9c51a commit 45a3bb5Copy full SHA for 45a3bb5
autoscaling/tf_init/inventory.tpl
@@ -1,5 +1,5 @@
1
[bastion]
2
-${bastion_name} ansible_host=${bastion_ip} ansible_user=${bastion_username} role=bastion
+${bastion_name} ansible_host=${bastion_ip} ansible_user=${bastion_username} role=bastion ansible_python_interpreter=/usr/bin/python
3
[slurm_backup]
4
%{ if backup_name != "" }${backup_name} ansible_host=${backup_ip} ansible_user=${bastion_username} role=bastion%{ endif }
5
[login]
playbooks/roles/openldap/tasks/el.yml
@@ -1,6 +1,5 @@
---
# tasks file for openldap
-
- name: Create /etc/opt/oci-hpc/passwords/openldap
become: true
6
file:
0 commit comments