Commit 0d14b78d by Feanil Patel

Move gunicorn install to common.

parent 98d76f22
...@@ -32,3 +32,9 @@ ...@@ -32,3 +32,9 @@
tags: tags:
- venv_base - venv_base
- install - install
- name: pip install gunicorn
pip: name=gunicorn virtualenv="{{venv_dir}}" state=present
tags:
- gunicorn
- install
--- ---
- name: pip install gunicorn
pip: name=gunicorn virtualenv="{{venv_dir}}" state=present
tags:
- gunicorn
- install
- name: creating edxapp upstart script - name: creating edxapp upstart script
sudo: True sudo: True
template: src=edxapp.conf.j2 dest=/etc/init/edxapp.conf owner=root group=root template: src=edxapp.conf.j2 dest=/etc/init/edxapp.conf owner=root group=root
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment