forked from sjoeboo/docker-yum-mirror
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_config.yaml
36 lines (36 loc) · 965 Bytes
/
example_config.yaml
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
---
:hardlink: true
:hardlink_dir: '/mirror'
:all: true
:all_name: 'all'
:datestamp_all: true
:mirror_base: '/mirror'
:mirrors:
os:
:dist: 'centos-7-x86_64'
:type: 'rsync'
:url: 'rsync://mirrors.kernel.org/centos/7/os/x86_64/'
extras:
:dist: 'centos-7-x86_64'
:type: 'rsync'
:url: 'rsync://mirrors.kernel.org/centos/7/extras/x86_64/'
plus:
:dist: 'centos-7-x86_64'
:type: 'rsync'
:url: 'rsync://mirrors.kernel.org/centos/7/centosplus/x86_64/'
updates:
:dist: 'centos-7-x86_64'
:type: 'rsync'
:url: 'rsync://mirrors.kernel.org/centos/7/updates/x86_64/'
scl:
:dist: 'centos-7-x86_64'
:type: 'rsync'
:url: 'rsync://mirrors.kernel.org/centos/7/sclo/x86_64/rh/'
epel:
:dist: 'centos-7-x86_64'
:type: 'rsync'
:url: 'rsync://mirror.us.leaseweb.net/epel/7/x86_64/'
pc1:
:dist: 'centos-7-x86_64'
:type: 'rsync'
:url: 'rsync://yum.puppetlabs.com/packages/yum/el/7/PC1/x86_64/'