Skip to content

Commit 45a3bb5

Browse files
committed
ol8 updates
1 parent 1c9c51a commit 45a3bb5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

autoscaling/tf_init/inventory.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bastion]
2-
${bastion_name} ansible_host=${bastion_ip} ansible_user=${bastion_username} role=bastion
2+
${bastion_name} ansible_host=${bastion_ip} ansible_user=${bastion_username} role=bastion ansible_python_interpreter=/usr/bin/python
33
[slurm_backup]
44
%{ if backup_name != "" }${backup_name} ansible_host=${backup_ip} ansible_user=${bastion_username} role=bastion%{ endif }
55
[login]

playbooks/roles/openldap/tasks/el.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
# tasks file for openldap
3-
43
- name: Create /etc/opt/oci-hpc/passwords/openldap
54
become: true
65
file:

0 commit comments

Comments
 (0)