forked from achernya/mirrors-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinventory
172 lines (172 loc) · 4.55 KB
/
inventory
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
all:
hosts:
192.168.1.214:
ansible_connection: ssh
ansible_user: root
mirrordir: /srv/volumes
devserver: True
solar-one.mit.edu:
ansible_connection: ssh
ansible_user: root
mirrordir: /reflect
children:
mirrors_dev:
hosts:
192.168.1.214:
mirrors:
hosts:
solar-one.mit.edu:
vars:
mirrors:
- name: archlinux
comment: Arch Linux
fetch: arch
schedule: "H H/2 * * *"
- name: centos
comment: CentOS
- name: bulk.resource.org
comment: bulk.resource.org
disabled: True
schedule: "H H/6 * * *"
- name: CPAN
comment: CPAN
fetch: cpan
schedule: "H H * * *"
- name: CTAN
comment: CTAN
fetch: ctan
schedule: "H H * * *"
- name: cyanogenmod
comment: CyanogenMod
disabled: True
- name: cygwin
comment: Cygwin
schedule: "H H/12 * * *"
- name: debian
comment: Debian packages
schedule: "H H/6 * * *"
- name: debian-backports
comment: Debian Backports
schedule: "H H/12 * * *"
- name: debian-cd
comment: Debian CD images
disabled: True
schedule: "H H/12 * * *"
- name: fedora-buffet
comment: Fedora Buffet
no_mount: True
- name: fedora
comment: Fedora
fedora_buffet: True
sync: False
disabled: True
- name: fedora-epel
comment: Fedora EPEL
mountpoint: epel
fedora_buffet: True
sync: False
disabled: True
- name: finnix
comment: Finnix releases
rsyncd_suffix: releases/
schedule: "H H/12 * * *"
- name: freebsd
comment: FreeBSD
mountpoint: FreeBSD
scheduke: "H H/12 * * *"
- name: gentoo-distfiles
comment: Gentoo Linux source mirror
- name: gentoo-portage
comment: Gentoo Linux Portage tree mirror
schedule: "H * * * *"
- name: gnewsense
comment: gNewSense
disabled: True
- name: gutenberg
comment: Gutenberg Project (out-of-sync)
disabled: True
- name: kde
comment: KDE
schedule: "H H * * *"
- name: kdeftp
comment: KDE FTP area
mountpoint: kde
sync: false
- name: kdestableftp
comment: Stable KDE FTP area
mountpoint: kde
rsyncd_suffix: stable/
sync: false
- name: kdestablelatestftp
comment: Stable KDE release area
mountpoint: kde
rsyncd_suffix: stable/latest/
sync: false
- name: kdeunstableftp
comment: Unstable KDE FTP area
mountpoint: kde
rsyncd_suffix: unstable/
sync: false
- name: kernel
comment: kernel.org
schedule: "H H/6 * * *"
- name: kodi
comment: Kodi (formerly XBMC)
- name: libreboot
comment: Libreboot
- name: macports
comment: MacPorts
- name: netbsd
comment: NetBSD
mountpoint: NetBSD
schedule: "H H/12 * * *"
- name: openbsd
comment: OpenBSD
mountpoint: OpenBSD
schedule: "H H/8 * * *"
- name: osmc
comment: OSMC
- name: parrot
comment: Parrot Security OS
- name: raspbian
comment: raspbian
schedule: "H H/6 * * *"
disabled: True
- name: sage
comment: Sage
- name: sugarlabs
comment: sugarlabs
- name: tails
comment: Tails archive (tails directory)
schedule: "H H/2 * * *"
- name: torproject-web
comment: Tor Project website (including dist)
mountpoint: torproject
fetch: torproject
- name: torproject-dist
comment: Tor Project software distribution
mountpoint: torproject
rsyncd_suffix: dist/
sync: false
- name: ubuntu
comment: Ubuntu Archives
fetch: ubuntu-archive
schedule: "H H/6 * * *"
- name: ubuntu-cdimage
comment: Ubuntu CD Images
schedule: "H H/12 * * *"
- name: ubuntu-ports
comment: Ubuntu Ports
schedule: "H H/6 * * *"
- name: ubuntu-releases
comment: Ubuntu CD Releases
schedule: "H H * * *"
- name: wireshark-web
comment: Wireshark website (including downloads)
mountpoint: wireshark
fetch: wireshark
- name: wireshark-dl
comment: Wireshark download area
mountpoint: wireshark
rsyncd_suffix: download/
sync: false