Skip to content

Commit 531b3fc

Browse files
committed
revert slurm changes
1 parent b63bb2a commit 531b3fc

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

ansible/fatimage.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,23 @@
9797
- include_role:
9898
name: gateway
9999

100-
- import_playbook: slurm.yml
101-
102100
- hosts: builder
103101
become: yes
104102
gather_facts: yes
105103
tasks:
104+
# - import_playbook: slurm.yml:
105+
- name: Setup DB
106+
include_role:
107+
name: mysql
108+
tasks_from: install.yml
109+
when: "'mysql' in group_names"
110+
111+
- name: OpenHPC
112+
import_role:
113+
name: stackhpc.openhpc
114+
tasks_from: install.yml
115+
when: "'openhpc' in group_names"
116+
106117
# - import_playbook: portal.yml
107118
- name: Open Ondemand server (packages)
108119
include_role:

0 commit comments

Comments
 (0)