Skip to content

Commit

Permalink
chore(content): Sync CentOS 7 from vault (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Dec 10, 2024
1 parent 30c36d5 commit bd2079a
Showing 1 changed file with 9 additions and 9 deletions.
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

0 comments on commit bd2079a

Please sign in to comment.