-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlagoon.example.yml
102 lines (102 loc) · 1.89 KB
/
lagoon.example.yml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
---
repositories:
- id: almalinux-8_baseos_rsync
name: AlmaLinux 8 - BaseOS (rsync)
type: rsync
src: rsync://rsync.repo.almalinux.org/almalinux/8.5/BaseOS/x86_64/os/
dest: /var/lib/lagoon
cron: "0 1 20 * * ?"
snapshots: 52
- id: almalinux-8_baseos_reposync
name: AlmaLinux 8 - BaseOS (reposync)
type: reposync
src: |
[almalinux-8-baseos]
name=AlmaLinux 8 - BaseOS
baseurl=http://repo.almalinux.org/almalinux/8.5/BaseOS/x86_64/os/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
dest: /var/lib/lagoon
cron: "0 1 21 * * ?"
snapshots: 52
- id: centos-7_rsync
name: CentOS 7 - NLUUG
type: rsync
src: rsync://ftp.nluug.nl/centoslinux/
dest: /var/lib/lagoon
cron: "0 1 22 * * ?"
snapshots: 52
exclude:
- HEADER*
- dostools
- graphics
- build
- RPM-GPG-KEY-beta
- RPM-GPG-KEY-CentOS-3
- RPM-GPG-KEY-centos4
- RPM-GPG-KEY-CentOS-4
- RPM-GPG-KEY-CentOS-5
- TIME
- timestamp.txt
- filelist.gz
- dir_sizes
- /2
- /2.*
- 2/
- 2.*/
- /3
- /3.*
- 3/
- 3.*/
- /4
- /4.*
- 4/
- 4.*/
- /5
- /5.*
- 5/
- 5.*/
- /6
- /6.*
- 6/
- 6.*/
- /8
- /8.*
- 8/
- 8.*/
- 8-stream/
- atomic/
- ATOMIC/
- i386/
- I386/
- i686/
- I686/
- ppc*/
- PPC*/
- ppc64/
- PPC64/
- debug/
- DEBUG/
- isos/
- ISOS/
- srpms/
- SRPMS/
- drpms/
- DRPMS/
- cloud/
- CLOUD/
- centosplus/
- CENTOSPLUS/
- paas/
- PAAS/
- dotnet/
- DOTNET/
- rt/
- RT/
- sclo/
- SCLO/
- storage/
- STORAGE/
- virt/
- VIRT/