Skip to content
Snippets Groups Projects

Add netbox to uwsgi-python role

Merged Thomas Schneider requested to merge th/netbox into master
10 files
+ 366
1
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -103,3 +103,10 @@
- name: restart uwsgi instance infoscreen
service: name="uwsgi@infoscreen" state=restarted
- name: restart uwsgi instance netbox
service: name="uwsgi@netbox" state=restarted
# - name: restart uwsgi instance netbox rqworker
# service: name="netbox-rqworker" state=restarted
# listen: "restart uwsgi instance netbox"
Loading