aboutsummaryrefslogtreecommitdiffstats
path: root/roles/cgit/defaults/main.yml
blob: 503b20b777dab340e1f5c0385ae32ec87ce53286 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---

cgit_git_dir: /data/git
cgit_cache_size: 10
cgit_cache_dir: /cache/cgit

cgit_chroot_dir: /var/www
cgit_chroot_required_files:
  - /bin/sh
  - /bin/cat
  - /usr/local/bin/lowdown

cgit_user: www
cgit_group: www

cgit_listen_address: 0.0.0.0
cgit_listen_port: 1235
cgit_footer_path: /conf/footer.html

cgit_clone_urls:
  - git://{{ cgit_domain_name }}/$CGIT_REPO_URL
  - ssh://{{ git_user }}@{{ cgit_domain_name }}/$CGIT_REPO_URL
  - https://{{ cgit_domain_name }}/$CGIT_REPO_URL

cgit_domain_name: ""
cgit_favicon_url: ""
cgit_logo_url: ""
cgit_css_url: ""
cgit_description: ""
cgit_readme_url: ""
remember that computers suck.