File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 17
17
- name : Setup slurm stats
18
18
hosts : slurm_stats
19
19
tags : slurm_stats
20
- environment : " {{ appliances_environment_vars }}"
21
20
tasks :
22
21
- include_role :
23
22
name : slurm_stats
53
52
hosts : control
54
53
become : true
55
54
tags : slurm_exporter
56
- environment : " {{ appliances_environment_vars }}"
57
55
tasks :
58
56
- include_role :
59
57
name : slurm_exporter
82
80
- name : Deploy grafana
83
81
hosts : grafana
84
82
tags : grafana
85
- environment : " {{ appliances_environment_vars }}"
86
83
tasks :
87
84
- assert :
88
85
that : vault_grafana_admin_password is defined
Original file line number Diff line number Diff line change 3
3
- openondemand
4
4
- openondemand_server
5
5
become : yes
6
- environment : " {{ appliances_environment_vars }}"
7
6
gather_facts : yes # TODO
8
7
tasks :
9
8
- import_role :
15
14
- openondemand
16
15
- openondemand_desktop
17
16
become : yes
18
- environment : " {{ appliances_environment_vars }}"
19
17
gather_facts : yes
20
18
tasks :
21
19
- import_role :
28
26
- openondemand
29
27
- openondemand_jupyter
30
28
become : yes
31
- environment : " {{ appliances_environment_vars }}"
32
29
gather_facts : yes
33
30
tasks :
34
31
- import_role :
You can’t perform that action at this time.
0 commit comments