mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
supervisorctl
This commit is contained in:
parent
8eaf37e328
commit
7c90315d4a
1 changed files with 7 additions and 0 deletions
|
@ -112,6 +112,13 @@
|
|||
owner: "{{ lokole_user }}"
|
||||
mode: g+rw
|
||||
|
||||
- name: Fixup supervisorctl
|
||||
file:
|
||||
path: /usr/bin/supervisorctl
|
||||
owner: root
|
||||
group: "{{ lokole_user }}"
|
||||
mode: u=rw+s,g=rx,o=rx
|
||||
|
||||
- name: Install {{ lokole_confd }} templates to configure Lokole
|
||||
template:
|
||||
src: "{{ item.src }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue