cosmostat has working drive health dashboard
This commit is contained in:
@ -1,15 +1,15 @@
|
||||
---
|
||||
|
||||
# refresh when refresh
|
||||
#- name: Quick refresh
|
||||
# when: refresh_special | bool
|
||||
# set_fact:
|
||||
# quick_refresh: true
|
||||
# new big dashboard test
|
||||
#- name: MC Vizz
|
||||
# include_tasks: vizz.yaml
|
||||
|
||||
# initializa environment
|
||||
- name: Initialize Environment
|
||||
when: not quick_refresh | bool
|
||||
include_tasks: init.yaml
|
||||
- name: disable
|
||||
when: false
|
||||
block:
|
||||
# initialize environment
|
||||
- name: Initialize Environment
|
||||
include_tasks: init.yaml
|
||||
|
||||
# set up API
|
||||
- name: Build API
|
||||
@ -17,7 +17,9 @@
|
||||
|
||||
# set up web stack
|
||||
- name: Build Web Dashboard
|
||||
when: not disable_local_dashboard | bool
|
||||
when:
|
||||
- not disable_local_dashboard | bool
|
||||
- not update_pipeline | bool
|
||||
include_tasks: docker.yaml
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user