1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

supervisorctl

This commit is contained in:
Jerry Vonau 2021-05-24 15:01:20 +00:00
parent 8eaf37e328
commit 7c90315d4a

View file

@ -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 }}"