🐛 First fix Ansible installation
This commit is contained in:
parent
3dfed70eb1
commit
3f0208a664
6 changed files with 40 additions and 25 deletions
|
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
- name: Update Nginx conf
|
||||
replace:
|
||||
path: /var/www/note_kfet/nginx_note.conf.example
|
||||
dest: /var/www/note_kfet/nginx_note.conf
|
||||
regexp: 'note.example.org'
|
||||
replace: 'bde-nk20-beta.adh.crans.org'
|
||||
|
||||
- name: Copy conf to Nginx
|
||||
file:
|
||||
path: /var/www/note_kfet/nginx_note.conf
|
||||
dest: /etc/nginx/sites-enabled/nginx_note.conf
|
||||
state: link
|
||||
|
||||
- name: Copy conf to UWSGI
|
||||
file:
|
||||
path: /var/www/note_kfet/uwsgi_note.ini
|
||||
dest: /etc/uwsgi/apps-enabled/uwsgi_note.ini
|
||||
state: link
|
||||
Loading…
Add table
Add a link
Reference in a new issue