File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
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 }}"
20
21
tasks :
21
22
- include_role :
22
23
name : slurm_stats
33
34
hosts : node_exporter
34
35
tags : node_exporter
35
36
tasks :
36
- - import_role : name=cloudalchemy.node_exporter
37
+ - import_role :
38
+ name : cloudalchemy.node_exporter
37
39
38
40
- name : Deploy OpenOndemand exporter
39
41
hosts : openondemand
50
52
hosts : control
51
53
become : true
52
54
tags : slurm_exporter
55
+ environment : " {{ appliances_environment_vars }}"
53
56
tasks :
54
57
- import_role :
55
58
name : slurm_exporter
76
79
- name : Deploy grafana
77
80
hosts : grafana
78
81
tags : grafana
82
+ environment : " {{ appliances_environment_vars }}"
79
83
tasks :
80
84
- assert :
81
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 }}"
6
7
gather_facts : yes # TODO
7
8
tasks :
8
9
- import_role :
14
15
- openondemand
15
16
- openondemand_desktop
16
17
become : yes
18
+ environment : " {{ appliances_environment_vars }}"
17
19
gather_facts : yes
18
20
tasks :
19
21
- import_role :
25
27
- openondemand
26
28
- openondemand_jupyter
27
29
become : yes
30
+ environment : " {{ appliances_environment_vars }}"
28
31
gather_facts : yes
29
32
tasks :
30
33
- import_role :
You can’t perform that action at this time.
0 commit comments