File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
ansible/roles/grafana-dashboards/tasks
environments/common/inventory/group_vars/builder Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 107
107
state : present
108
108
overwrite : true
109
109
# no_log: true
110
- with_items : " {{ grafana_dashboards }}"
110
+ with_items : " {{ grafana_dashboards }}"
111
+ when : grafana_state | default('started') != 'stopped'
Original file line number Diff line number Diff line change @@ -10,3 +10,6 @@ block_devices_partition_state: skip
10
10
block_devices_filesystem_state : skip
11
11
block_devices_mount_state : present
12
12
basic_users_manage_homedir : false
13
+ grafana_state : stopped # as it tries to listen on the "real" grafana node
14
+ grafana_datasources : [] # as grafana won't be up - NB also dashboards are downloaded but not imported
15
+ openhpc_slurm_partitions : [] # as no compute nodes will be in play, but partition definition might exist in inventory
Original file line number Diff line number Diff line change 3
3
- src : stackhpc.nfs
4
4
version : v21.2.1
5
5
- src : https://github.com/stackhpc/ansible-role-openhpc.git
6
- version : v0.12.0
6
+ version : no-partitions
7
7
name : stackhpc.openhpc
8
8
- src : https://github.com/stackhpc/ansible-node-exporter.git
9
9
version : support-rhel-clones
15
15
name : cloudalchemy.prometheus
16
16
- src : cloudalchemy.alertmanager
17
17
version : 0.19.1
18
- - src : cloudalchemy.grafana
18
+ - src : https://github.com/stackhpc/ansible-grafana.git
19
+ name : cloudalchemy.grafana
20
+ version : service-state
19
21
version : 0.18.0
20
22
- src : geerlingguy.mysql
21
23
version : 3.3.2
You can’t perform that action at this time.
0 commit comments