1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Anonymize data, fix remittance import, better Ansible

This commit is contained in:
Yohann D'ANELLO
2020-07-26 12:05:41 +02:00
parent b8d4fb9df1
commit 0335a47667
4 changed files with 58 additions and 2 deletions

View File

@ -15,6 +15,11 @@
group: www-data
state: link
- name: Disable default Nginx site
file:
dest: /etc/nginx/sites-enabled/default
state: absent
- name: Copy conf of UWSGI
file:
src: /var/www/note_kfet/uwsgi_note.ini