🚀 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,12 @@
---
- name: Create note_kfet dir with good permissions
file:
path: /var/www
owner: www-data
group: foo
mode: u=rw,g=rws,o=r
- name: Clone Note Kfet
git:
repo: https://gitlab.crans.org/bde/nk20.git
dest: /var/www/note_kfet