further ansible tasks
This commit is contained in:
4
ansible/templates/autoreply-editor.ini.j2
Normal file
4
ansible/templates/autoreply-editor.ini.j2
Normal 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
|
||||
@@ -1,3 +1,3 @@
|
||||
MESSAGE_FILE = "{{ message_file }}"
|
||||
BASIC_AUTH_USERNAME = "{{ auth_user }}
|
||||
BASIC_AUTH_USERNAME = "{{ auth_user }}"
|
||||
BASIC_AUTH_PASSWORD = "{{ auth_pass }}"
|
||||
|
||||
Reference in New Issue
Block a user