Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(content): Sync CentOS 7 from vault #186

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions roles/content/tasks/products.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,52 +11,52 @@
- name: CentOS 7 OS x86_64
content_type: yum
label: c7_os
url: http://mirror.centos.org/centos/7/os/x86_64/
url: https://vault.centos.org/7.9.2009/os/x86_64/
download_policy: on_demand
- name: CentOS 7 Extras x86_64
content_type: yum
label: c7_extras
url: http://mirror.centos.org/centos/7/extras/x86_64/
url: https://vault.centos.org/7.9.2009/extras/x86_64/
download_policy: on_demand
- name: CentOS 7 FastTrack x86_64
content_type: yum
label: c7_fasttrack
url: http://mirror.centos.org/centos/7/fasttrack/x86_64/
url: https://vault.centos.org/7.9.2009/fasttrack/x86_64/
download_policy: on_demand
- name: CentOS 7 Plus x86_64
content_type: yum
label: c7_plus
url: http://mirror.centos.org/centos/7/centosplus/x86_64/
url: https://vault.centos.org/7.9.2009/centosplus/x86_64/
download_policy: on_demand
auto_enabled: false
- name: CentOS 7 Updates x86_64
content_type: yum
label: c7_updates
url: http://mirror.centos.org/centos/7/updates/x86_64/
url: https://vault.centos.org/7.9.2009/updates/x86_64/
download_policy: on_demand
auto_enabled: false
- name: CentOS 7 SCLo-rh x86_64
content_type: yum
label: c7_sclorh
url: http://mirror.centos.org/centos/7/sclo/x86_64/rh/
url: https://vault.centos.org/7.9.2009/sclo/x86_64/rh/
download_policy: on_demand
auto_enabled: false
- name: CentOS 7 SCLo-sclo x86_64
content_type: yum
label: c7_sclo
url: http://mirror.centos.org/centos/7/sclo/x86_64/sclo/
url: https://vault.centos.org/7.9.2009/sclo/x86_64/sclo/
download_policy: on_demand
auto_enabled: false
- name: CentOS 7 Storage GlusterFS 3.12 x86_64
content_type: yum
label: c7_storage_glusterfs312
url: http://mirror.centos.org/centos/7/storage/x86_64/gluster-3.12/
url: https://vault.centos.org/7.9.2009/storage/x86_64/gluster-3.12/
download_policy: on_demand
auto_enabled: false
- name: CentOS 7 Storage GlusterFS 10 x86_64
content_type: yum
label: c7_storage_glusterfs10
url: http://mirror.centos.org/centos/7/storage/x86_64/gluster-10/
url: https://vault.centos.org/7.9.2009/storage/x86_64/gluster-10/
download_policy: on_demand
auto_enabled: false
- name: CentOS 8 Stream
Expand Down
Loading