rick
e52caab4f2
Cgit works just after the installation, no more configuration is needed. Configurations of cgit and gitolite are uploaded now. Admin's SSH key too.
7 lines
189 B
YAML
7 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"
|