From d6d3c7ac0b88284f7c2d33d586eeba03ae994f2a Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Tue, 3 Feb 2026 01:38:24 +0800 Subject: [PATCH] feat: enable insight workbench deployment --- deploy.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deploy.yml b/deploy.yml index ce8744e..f23bfa4 100755 --- a/deploy.yml +++ b/deploy.yml @@ -93,6 +93,17 @@ roles: [ { role: infra } ] +#--------------------------------------------------------------- +# init insight workbench +#--------------------------------------------------------------- +- name: INSIGHT INIT + become: true + hosts: infra + gather_facts: no + tags: insight + roles: [ { role: insight } ] + + #--------------------------------------------------------------- # Node Monitor #---------------------------------------------------------------