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 b63bb2a commit 531b3fcCopy full SHA for 531b3fc
ansible/fatimage.yml
@@ -97,12 +97,23 @@
97
- include_role:
98
name: gateway
99
100
-- import_playbook: slurm.yml
101
-
102
- hosts: builder
103
become: yes
104
gather_facts: yes
105
tasks:
+ # - import_playbook: slurm.yml:
+ - 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
115
+ when: "'openhpc' in group_names"
116
117
# - import_playbook: portal.yml
118
- name: Open Ondemand server (packages)
119
include_role:
0 commit comments