mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Add play for writing Gunicorn config file
This commit is contained in:
parent
8c312f0109
commit
24a67c504c
1 changed files with 9 additions and 0 deletions
|
@ -35,6 +35,15 @@
|
|||
tags:
|
||||
- configure
|
||||
|
||||
- name: Configure Gunicorn
|
||||
template:
|
||||
src: webapp.sh.j2
|
||||
dest: "{{ lokole_run_directory }}/webapp.sh"
|
||||
tags:
|
||||
- configure
|
||||
|
||||
|
||||
|
||||
# Everything below this line is unused
|
||||
|
||||
- name: Copy lokole httpd conf file
|
||||
|
|
Loading…
Reference in a new issue