further ansible tasks

This commit is contained in:
2021-12-19 20:51:04 +01:00
parent 979039094e
commit d06c80e218
5 changed files with 38 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
[program:autoreply-editor]
directory=/home/{{ ansible_user_id }}/autoreply-editor
command=gunicorn --bind 0.0.0.0:{{ port }} wsgi:app
startsecs=60

View File

@@ -1,3 +1,3 @@
MESSAGE_FILE = "{{ message_file }}"
BASIC_AUTH_USERNAME = "{{ auth_user }}
BASIC_AUTH_USERNAME = "{{ auth_user }}"
BASIC_AUTH_PASSWORD = "{{ auth_pass }}"