Skip to content

Commit 1c9c51a

Browse files
committed
ol8 updates
1 parent 444631c commit 1c9c51a

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

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=${compute_username} role=bastion%{ endif }
55
[login]

playbooks/roles/openldap/tasks/el.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
---
22
# tasks file for openldap
3-
- set_fact:
4-
ansible_python_interpreter: /usr/bin/python3
5-
when:
6-
- ansible_os_family == 'RedHat'
7-
- ansible_distribution_major_version == '8'
83

94
- name: Create /etc/opt/oci-hpc/passwords/openldap
105
become: true

playbooks/roles/packages/tasks/ol-7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- pdsh
1313
- python3-pip
1414
package_state: latest
15-
package_repo: "epel,ol7_developer_EPEL"
15+
package_repo: "ol7_developer_EPEL"
1616
include_role:
1717
name: safe_yum
1818

0 commit comments

Comments
 (0)