Select Git revision
config.py.example
Forked from
Video AG Infrastruktur / website
Source project has a limited visibility.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
main.yml 2.02 KiB
---
# file: uwsgi-python/handlers/main.yml
- name: create tmpfiles
command: systemd-tmpfiles --create
- name: reload systemd service files
command: systemctl daemon-reload
- name: restart uwsgi instance shorturl
service: name="uwsgi@shorturl" state=restarted
- name: restart uwsgi instance lehrpreis
service: name="uwsgi@lehrpreis" state=restarted
- name: restart uwsgi instance schilder
service: name="uwsgi@schilder" state=restarted
- name: restart uwsgi instance boxes
service: name="uwsgi@boxes" state=restarted
- name: restart uwsgi instance sso
service: name="uwsgi@sso" state=restarted
- name: restart uwsgi instance migration-webapp
service: name="uwsgi@migration-webapp" state=restarted
- name: restart uwsgi instance protokollsystem uwsgi
service: name="uwsgi@protokollsystem" state=restarted
listen: "restart uwsgi instance protokollsystem"
- name: restart uwsgi instance protokollsystem celery
service: name="protokollsystem-celery" state=restarted
listen: "restart uwsgi instance protokollsystem"
- name: restart uwsgi instance wahlsystem uwsgi
service: name="uwsgi@wahlsystem" state=restarted
listen: "restart uwsgi instance wahlsystem"
- name: restart uwsgi instance wahlsystem celery
service: name="wahlsystem-celery" state=restarted
listen: "restart uwsgi instance wahlsystem"
- name: restart uwsgi instance meckerkasten
service: name="uwsgi@meckerkasten" state=restarted
- name: restart uwsgi instance wahlhelfer
service: name="uwsgi@wahlhelfer" state=restarted
- name: restart uwsgi instance nfs-api
service: name="uwsgi@nfs-api" state=restarted
- name: restart uwsgi instance mail-api
service: name="uwsgi@mail-api" state=restarted
- name: restart uwsgi instance printercount
service: name="uwsgi@printercount" state=restarted
- name: restart uwsgi instance gnt-web
service: name="uwsgi@gnt-web" state=restarted
- name: restart uwsgi instance isic
service: name="uwsgi@isic" state=restarted
- name: restart uwsgi instance repo-sync
service: name="uwsgi@repo-sync" state=restarted