ansible: Add and manage replacement git-mirror instance
[lttng-ci.git] / automation / ansible / roles / gitmirror / defaults / main.yml
1 ---
2 cgit_configuration:
3 - ['root-title', 'EfficiOS local git mirror']
4 - ['root-desc', 'mirror of common repositories used by the CI']
5 - ['enable-git-config', '1']
6 - ['enable-index-links', '1']
7 - ['enable-log-filecount', '1']
8 - ['enable-log-linecount', '1']
9 - ['css', '/cgit-css/cgit.css']
10 - ['logo', '/cgit-css/cgit.png']
11 - ['favicon', '/cgit-css/favicon.ico']
12 cgit_export_links: {}
13 cgit_sections: {}
14 cgit_tls_cert: '/etc/ssl/certs/internal.efficios.com.pem'
15 cgit_tls_key: '/etc/ssl/private/internal.efficios.com.key'
16
17 git_daemon_conf:
18 GIT_DAEMON_ENABLE: 'false'
19 GIT_DAEMON_USER: 'gitdaemon'
20 GIT_DAEMON_BASE_PATH: '/var/lib'
21 GIT_DAEMON_DIRECTORY: '/var/lib/git'
22
23 grokmirror_instances: {}
24 grokmirror_instance_defaults:
25 core:
26 manifest: '${toplevel}/manifest.js.gz'
27 loglevel: 'info'
28 objstore: '${toplevel}/objstore'
29 manifest:
30 pretty: 'no'
31 fetch_objstore: 'no'
32 ignore:
33 - /testing/*
34 - /private/*
35 check_export_ok: 'no'
36 remote:
37 manifest: '${site}/manifest.js.gz'
38 pull:
39 projectslist: '${core:toplevel}/projects.list'
40 projectslist_trimtop: ''
41 post_update_hook: ''
42 purge: 'yes'
43 purgeprotect: '5'
44 default_owner: 'Grokmirror User'
45 remotename: '_grokmirror'
46 pull:threads: '2'
47 retries: '3'
48 include: '*'
49 refresh: '600'
50 fsck:
51 frequency: '30'
52 statusfile: '${core:toplevel}/fsck.status.js'
53 ignore_errors:
54 - 'notice:'
55 - 'warning: disabling bitmap writing'
56 - 'ignoring extra bitmap file'
57 - 'missingTaggerEntry'
58 - 'missingSpaceBeforeDate'
59 reclone_on_errors:
60 - 'fatal: bad tree object'
61 - 'fatal: Failed to traverse parents'
62 - 'missing commit'
63 - 'missing blob'
64 - 'missing tree'
65 - 'broken link'
66 repack: 'yes'
67 extra_repack_flags: ''
68 extra_repack_flags_full: '--window=250 --depth=50'
69 commitgraph: 'yes'
70 prune: 'yes'
71 precious: 'yes'
72 baselines: ''
73 islandcores: ''
This page took 0.031768 seconds and 4 git commands to generate.