mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
Allow for Retrace Server to support multiple versions of CentOS via the `rs_internal_centos_vers` variable.
13 lines
342 B
YAML
13 lines
342 B
YAML
---
|
|
|
|
# List of Fedora versions for reposync
|
|
rs_internal_fedora_vers: [33, 34, rawhide]
|
|
rs_internal_fedora_vers_removed: [24, 25, 26, 27, 28, 29, 30, 31, 32]
|
|
|
|
# List of CentOS versions for reposync
|
|
rs_internal_centos_vers: [7, 8]
|
|
|
|
# List of architectures for reposync
|
|
# armhfp disabled untill we get more space
|
|
rs_internal_arch_list: [x86_64]
|