blob: 507c8c0095b794c593c1d5462d897c2336427357 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
gitolite_base_path: /srv/git
# gitolite_storage:
# ...
# gitolite_instances:
# example:
# user: git
# 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
# tls:
# certificate_provider: "{{ acme_client }}"
|