Skip to content

Commit 94e7006

Browse files
committed
revert slurm changes
1 parent b63bb2a commit 94e7006

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

ansible/fatimage.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,19 @@
103103
become: yes
104104
gather_facts: yes
105105
tasks:
106+
# - import_playbook: slurm.yml:
107+
- name: Setup DB
108+
include_role:
109+
name: mysql
110+
tasks_from: install.yml
111+
when: "'mysql' in group_names"
112+
113+
- name: OpenHPC
114+
import_role:
115+
name: stackhpc.openhpc
116+
tasks_from: install.yml
117+
when: "'openhpc' in group_names"
118+
106119
# - import_playbook: portal.yml
107120
- name: Open Ondemand server (packages)
108121
include_role:

0 commit comments

Comments
 (0)