Anonymize data, fix remittance import, better Ansible
This commit is contained in:
parent
b8d4fb9df1
commit
0335a47667
4 changed files with 58 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue