feat: enable insight workbench deployment
This commit is contained in:
parent
9f3cc3c2d1
commit
d6d3c7ac0b
11
deploy.yml
11
deploy.yml
@ -93,6 +93,17 @@
|
|||||||
roles: [ { role: infra } ]
|
roles: [ { role: infra } ]
|
||||||
|
|
||||||
|
|
||||||
|
#---------------------------------------------------------------
|
||||||
|
# init insight workbench
|
||||||
|
#---------------------------------------------------------------
|
||||||
|
- name: INSIGHT INIT
|
||||||
|
become: true
|
||||||
|
hosts: infra
|
||||||
|
gather_facts: no
|
||||||
|
tags: insight
|
||||||
|
roles: [ { role: insight } ]
|
||||||
|
|
||||||
|
|
||||||
#---------------------------------------------------------------
|
#---------------------------------------------------------------
|
||||||
# Node Monitor
|
# Node Monitor
|
||||||
#---------------------------------------------------------------
|
#---------------------------------------------------------------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user