🚀 Adding Ansible configuration (not tested)
This commit is contained in:
parent
71f6daf0e8
commit
cdc053718f
7 changed files with 89 additions and 0 deletions
12
ansible/roles/nk20/tasks/main.yml
Normal file
12
ansible/roles/nk20/tasks/main.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue