deploiement/vars/cgit.yml
rick e52caab4f2
fix cgit installation and add gitolite configuration
Cgit works just after the installation, no more configuration is needed.
Configurations of cgit and gitolite are uploaded now. Admin's SSH key too.
2022-06-11 15:16:46 +02:00

8 lines
189 B
YAML

---
git_user: "git"
home_user: "/home/{{ git_user }}"
path_tmp_cgit: "{{ home_user }}/tmp"
path_cgit: "{{ home_user }}/cgit"
path_gitolite: "{{ home_user }}/gitolite"
admin_key: "cgit.pub"