Supervisor: handlers name + tags
This commit is contained in:
parent
019ce03e3a
commit
549cb2f917
2 changed files with 8 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- name: Restart supervisord
|
||||
- name: restart supervisor
|
||||
service:
|
||||
name: supervisor
|
||||
state: restarted
|
||||
|
|
|
@ -1,13 +1,17 @@
|
|||
---
|
||||
- name: Install supervisord
|
||||
- name: Install Supervisor
|
||||
apt:
|
||||
name: supervisor
|
||||
tags:
|
||||
- supervisord
|
||||
|
||||
- name: Add http configuration for supvervisord
|
||||
- name: Add http configuration for Supervisor
|
||||
copy:
|
||||
src: http.conf
|
||||
dest: /etc/supervisor/conf.d/
|
||||
mode: "0644"
|
||||
force: no
|
||||
notify: Restart supervisord
|
||||
notify: restart supervisor
|
||||
when: supervisord_enable_http
|
||||
tags:
|
||||
- supervisord
|
||||
|
|
Loading…
Add table
Reference in a new issue