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