summaryrefslogtreecommitdiff
path: root/roles/gitolite/base/defaults/main.yml
blob: 8016135ae9689183dfc8747fb2a91938b66496c5 (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:
#     umask: '0077'
#     primary_admin_key: "ssh-ed25519 ..."
#     http:
#       hostnames:
#       - git.example.com
#       authentication: basic
#       users:
#         user1: password
#       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