소스 검색

uwsgi handler

master
부모
커밋
cb1b2fcdcc
2개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      handlers/main.yaml
  2. +4
    -0
      tasks/main.yaml

+ 5
- 0
handlers/main.yaml 파일 보기

@@ -1 +1,6 @@
---

- name: restart uwsgi
service:
name: uwsgi
state: restarted

+ 4
- 0
tasks/main.yaml 파일 보기

@@ -13,6 +13,7 @@
pip:
name: alerta-server
executable: pip3
notify: restart uwsgi

- name: alerta client pip package
pip:
@@ -66,14 +67,17 @@
content:
uwsgi: "{{alerta_uwsgi_config}}"
dest: /etc/uwsgi/apps-available/alerta.json
notify: restart uwsgi

- name: enable alerta uwsgi configuration
file:
src: ../apps-available/alerta.json
dest: /etc/uwsgi/apps-enabled/alerta.json
state: link
notify: restart uwsgi

- name: alerta wsgi python file
copy:
content: from alerta import app
dest: /opt/alerta/wsgi.py
notify: restart uwsgi

불러오는 중...
취소
저장