ansible-ops-management/vars/rss.yml
2023-09-04 23:44:53 -07:00

38 lines
614 B
YAML

---
feeds_output_dir: "/mnt/repos-production/mirror/pub/feeds"
repo_tracking:
- release: 8
contentdir: "pub/rocky"
arch:
- x86_64
- aarch64
repositories:
- BaseOS
- AppStream
- PowerTools
- HighAvailability
- ResilientStorage
- RT
- NFV
- extras
- plus
- release: 9
contentdir: "pub/rocky"
arch:
- x86_64
- aarch64
repositories:
- BaseOS
- AppStream
- CRB
- HighAvailability
- ResilientStorage
- RT
- NFV
- SAP
- SAPHANA
- extras
- plus
...