feat: enable insight workbench deployment

This commit is contained in:
Haitao Pan 2026-02-03 01:38:24 +08:00
parent 9f3cc3c2d1
commit d6d3c7ac0b

View File

@ -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
#--------------------------------------------------------------- #---------------------------------------------------------------