Skip to content
Snippets Groups Projects
Commit 714349ae authored by Gallenkamp, Fabian's avatar Gallenkamp, Fabian
Browse files

fixed supervisor typo, added local_tmp in ansible.cfg

parent 9a000eb8
No related branches found
No related tags found
No related merge requests found
.gitignore 100644 → 100755
File mode changed from 100644 to 100755
README.md 100644 → 100755
File mode changed from 100644 to 100755
ansible.cfg 100644 → 100755
[defaults]
inventory = ./hosts
local_tmp = /tmp/ansible
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
---
- name: setup otree
- name: setup supervisor
become: true
hosts: all
tasks:
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
site.yml 100644 → 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
......@@ -10,13 +10,13 @@ killasgroup=true
user={{ item.key }}
; redirect_stderr=true
stdout_logfile=/dev/null
; stdout_logfile=/var/log/supervisor/{{ item.key }}.out.log
; stdout_logfile_maxbytes=1MB
; stdout_logfile_backups=10
; stdout_events_enabled=false
stdout_logfile=/var/log/supervisor/{{ item.key }}.out.log
stdout_logfile_maxbytes=1MB
stdout_logfile_backups=10
stdout_events_enabled=false
stderr_logfile=/dev/null
; stderr_logfile=/var/log/supervisor/{{ item.key }}.err.log
; stderr_logfile_maxbytes=1MB
; stderr_logfile_backups=10
; stderr_events_enabled=false
stderr_logfile=/var/log/supervisor/{{ item.key }}.err.log
stderr_logfile_maxbytes=1MB
stderr_logfile_backups=10
stderr_events_enabled=false
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment