Skip to content
Snippets Groups Projects
Select Git revision
  • th/caddy-wip
  • th/caddy
  • master default protected
  • th/lego
  • th/acmebot
  • pyzabbix
  • th/keycloak
7 results

main.yml

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    main.yml 3.62 KiB
    ---
    # file: uwsgi-python/handlers/main.yml
    
    - name: create tmpfiles
      command: systemd-tmpfiles --create
    
    - name: reload systemd service files
      systemd:
        daemon_reload: true
    
    - 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 mm2-api
      service: name="uwsgi@mm2-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