Browse Source

alerta client

master
parent
commit
4140056d16
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      tasks/main.yaml

+ 6
- 1
tasks/main.yaml View File

@@ -3,11 +3,16 @@
- import_role: - import_role:
name: mongodb name: mongodb


- name: alerta server installation
- name: alerta server pip package
pip: pip:
name: alerta-server name: alerta-server
executable: pip3 executable: pip3


- name: alerta client pip package
pip:
name: alerta
executable: pip3

- name: alerta-webui installation directory - name: alerta-webui installation directory
file: file:
path: /opt/alerta-webui path: /opt/alerta-webui


Loading…
Cancel
Save