-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.yml
35 lines (32 loc) · 874 Bytes
/
main.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
# Defaults variables for role httpd-feeds
# This role will download repodata/repomd.xml and use repo-rss to generate rss/xml content that people can track
feeds_httpd_dir: /var/www/feeds/
feeds_httpd_hostname: feeds.centos.org
feeds_httpd_tls: True
# Which rpm repositories we want to fetch data and convert to rss xml feeds files
repositories_to_track:
- release: 9-stream
arch:
- aarch64
- ppc64le
- s390x
- x86_64
repositories:
- AppStream
- BaseOS
- CRB
- release: 10-stream
arch:
- aarch64
- ppc64le
- s390x
- x86_64
repositories:
- AppStream
- BaseOS
- CRB
# httpd settings
feeds_httpd_header: |
<div class="alert alert-success" role="alert">
This directory tree contains CentOS Linux/Stream .xml file for latest updates pushed per repository<br>
</div>