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 1ee240b commit ffdbf05Copy full SHA for ffdbf05
playbooks/site.yml
@@ -170,7 +170,7 @@
170
name: grafana
171
when: monitoring|default(false)|bool
172
173
-- hosts: all
+- hosts: bastion
174
vars:
175
destroy: false
176
initial: true
@@ -179,6 +179,19 @@
179
- include_role:
180
name: spack
181
when: spack|default(false)|bool
182
+ - include_role:
183
+ name: telegraf
184
+ when: monitoring|default(false)|bool
185
186
+ name: slurm
187
+ when: slurm|default(false)|bool
188
+
189
+- hosts: compute
190
+ vars:
191
+ destroy: false
192
+ initial: true
193
+ download_path: "{{ '/nfs/cluster/' if cluster_nfs|bool else '/tmp' }}"
194
+ tasks:
195
196
name: slurm
197
when: slurm|default(false)|bool
0 commit comments