blob: 1c5962cc1172e2992c431465035f0435b07e0688 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
gitolite_base_path: /srv/git
# gitolite_storage:
# ...
# gitolite_instances:
# example:
# umask: '0077'
# primary_admin_key: "ssh-ed25519 ..."
# http:
# hostnames:
# - git.example.com
# enable_git_backend: yes
# title: cgit root title
# description: this will be shown by cgit below the title
# logo: path/to/logo/file/on/ansible/controller.png
|