ansible: Add and manage replacement git-mirror instance
[lttng-ci.git] / automation / ansible / host_vars / git-mirror02.yml
1 ---
2 cgit_sections:
3 - section: git
4 clone-url: git://git-mirror.internal.efficios.com/git/$CGIT_REPO_URL
5 scan-path: /storage/git-mirror/gitdaemon/export/git
6 - section: kernel
7 clone-url: git://git-mirror.internal.efficios.com/kernel/$CGIT_REPO_URL
8 project-list: /storage/git-mirror/gitdaemon/kernel/projects.list
9 scan-path: /storage/git-mirror/gitdaemon/export/kernel
10 - section: lttng
11 clone-url: git://git-mirror.internal.efficios.com/lttng/$CGIT_REPO_URL
12 project-list: /storage/git-mirror/gitdaemon/lttng/projects.list
13 scan-path: /storage/git-mirror/gitdaemon/export/lttng
14 - section: efficios
15 clone-url: git://git-mirror.internal.efficios.com/efficios/$CGIT_REPO_URL
16 project-list: /storage/git-mirror/gitdaemon/efficios/projects.list
17 scan-path: /storage/git-mirror/gitdaemon/export/efficios
18 cgit_export_links:
19 efficios: '../efficios'
20 lttng: '../lttng'
21 git: '../git'
22 kernel: '../kernel/pub/scm/linux/kernel/git'
23
24 git_daemon_conf:
25 GIT_DAEMON_ENABLE: 'true'
26 GIT_DAEMON_USER: 'gitdaemon'
27 GIT_DAEMON_OPTIONS: '"--export-all --max-connections=128"'
28 GIT_DAEMON_BASE_PATH: '/storage/git-mirror/gitdaemon/export'
29 GIT_DAEMON_DIRECTORY: '/storage/git-mirror/gitdaemon/export'
30
31 grokmirror_instances:
32 efficios.com:
33 core:
34 toplevel: '/storage/git-mirror/gitdaemon/efficios'
35 log: '/var/log/grokmirror/efficioscom.log'
36 remote:
37 site: 'https://git.efficios.com'
38 pull:
39 exclude: '*/deliverable/*'
40 lttng.org:
41 core:
42 toplevel: '/storage/git-mirror/gitdaemon/lttng'
43 log: '/var/log/grokmirror/lttngorg.log'
44 remote:
45 site: 'https://git.lttng.org'
46 kernel.org:
47 core:
48 toplevel: '/storage/git-mirror/gitdaemon/kernel'
49 log: '/var/log/grokmirror/kernelorg.log'
50 remote:
51 site: 'https://git.kernel.org'
52 pull:
53 projectslist_trimtop: '/pub/scm/linux/kernel/git'
54 include:
55 - '/pub/scm/linux/kernel/git/torvalds/linux.git'
56 - '/pub/scm/linux/kernel/git/stable/linux.git'
57 - '/pub/scm/linux/kernel/git/next/linux-next.git'
58 - '/pub/scm/linux/kernel/git/rt/linux-rt-devel.git'
59 - '/pub/scm/linux/kernel/git/rt/linux-stable-rt.git'
60 - '/pub/scm/linux/kernel/git/rseq/linux-rseq.git'
61 refresh: '3600'
This page took 0.030324 seconds and 4 git commands to generate.