summaryrefslogtreecommitdiff
path: root/roles/gitolite/base/defaults/main.yml
blob: 3c2e8fa3a357f79b519433b603edddcd30e79eb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
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
#       tls:
#         certificate_provider: "{{ acme_client }}"