forked from infra/ansible
netbox: restart on config change
This commit is contained in:
parent
3991fdee84
commit
bd1b350862
@ -60,6 +60,7 @@
|
|||||||
dest: "/opt/netbox-{{ netbox_version }}/netbox/netbox/configuration.py"
|
dest: "/opt/netbox-{{ netbox_version }}/netbox/netbox/configuration.py"
|
||||||
owner: "{{ netbox_user }}"
|
owner: "{{ netbox_user }}"
|
||||||
group: "{{ netbox_group }}"
|
group: "{{ netbox_group }}"
|
||||||
|
notify: Restart netbox
|
||||||
|
|
||||||
- name: Configure gunicorn
|
- name: Configure gunicorn
|
||||||
template:
|
template:
|
||||||
|
Loading…
Reference in New Issue
Block a user