🚀 Adding Ansible configuration (not tested)

This commit is contained in:
Yohann D'ANELLO 2020-07-15 07:46:42 +02:00
parent 71f6daf0e8
commit cdc053718f
7 changed files with 89 additions and 0 deletions

View file

@ -0,0 +1,10 @@
---
- name: Install PIP basic dependencies
pip:
requirements: /var/www/note_kfet/requirements/base.txt
virtualenv: /var/www/note_kfet/env
- name: Install PIP production dependencies
pip:
requirements: /var/www/note_kfet/requirements/production.txt
virtualenv: /var/www/note_kfet/env