File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
environments/common/layouts Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4949 tasks_from : exporter.yml
5050
5151- name : Deploy Slurm exporter
52- hosts : control
52+ hosts : slurm_exporter
5353 become : true
5454 tags : slurm_exporter
5555 tasks :
5656 - include_role :
5757 name : slurm_exporter
5858 tasks_from : " {{ 'configure.yml' if appliances_mode == 'configure' else 'main.yml' }}"
5959
60-
6160- name : Setup core monitoring software
6261 hosts : prometheus
6362 tags : prometheus
Original file line number Diff line number Diff line change 1212- name : Setup slurm-driven rebuild
1313 hosts : rebuild:!builder
1414 become : yes
15- environment : " {{ appliances_environment_vars }}"
1615 tags :
1716 - rebuild
1817 - openhpc
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ control
2222[slurm_stats:children]
2323control
2424
25+ [slurm_exporter:children]
26+ control
27+
2528[filebeat:children]
2629slurm_stats
2730
You can’t perform that action at this time.
0 commit comments