From 6b6ebd7bdb4e5983f0edbea2ba3632d56b14168e Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 30 Mar 2025 12:30:29 +1100 Subject: [PATCH] feat: reposync for almalinux 9.4 (in vault) - sync baseos, ha, appstream and crb repos --- hieradata/roles/infra/reposync/syncer.yaml | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/hieradata/roles/infra/reposync/syncer.yaml b/hieradata/roles/infra/reposync/syncer.yaml index 2c1b63d..5d5c1ab 100644 --- a/hieradata/roles/infra/reposync/syncer.yaml +++ b/hieradata/roles/infra/reposync/syncer.yaml @@ -38,6 +38,41 @@ profiles::consul::client::node_rules: profiles::reposync::webserver::nginx_listen_mode: both profiles::reposync::webserver::nginx_cert_type: vault profiles::reposync::repos_list: + almalinux_9_4_baseos: + repository: 'baseos' + description: 'AlmaLinux 9.4 BaseOS' + osname: 'almalinux' + release: '9.4' + baseurl: 'https://vault.almalinux.org/9.4/BaseOS/x86_64/os/' + gpgkey: 'https://vault.almalinux.org/9.4/BaseOS/x86_64/os/RPM-GPG-KEY-AlmaLinux-9' + almalinux_9_4_appstream: + repository: 'appstream' + description: 'AlmaLinux 9.4 AppStream' + osname: 'almalinux' + release: '9.4' + baseurl: 'https://vault.almalinux.org/9.4/AppStream/x86_64/os/' + gpgkey: 'https://vault.almalinux.org/9.4/AppStream/x86_64/os/RPM-GPG-KEY-AlmaLinux-9' + almalinux_9_4_crb: + repository: 'crb' + description: 'AlmaLinux 9.4 CRB' + osname: 'almalinux' + release: '9.4' + baseurl: 'https://vault.almalinux.org/9.4/CRB/x86_64/os/' + gpgkey: 'https://vault.almalinux.org/9.4/CRB/x86_64/os/RPM-GPG-KEY-AlmaLinux-9' + almalinux_9_4_ha: + repository: 'ha' + description: 'AlmaLinux 9.4 HighAvailability' + osname: 'almalinux' + release: '9.4' + baseurl: 'https://vault.almalinux.org/9.4/HighAvailability/x86_64/os/' + gpgkey: 'https://vault.almalinux.org/9.4/HighAvailability/x86_64/os/RPM-GPG-KEY-AlmaLinux-9' + almalinux_9_4_extras: + repository: 'extras' + description: 'AlmaLinux 9.4 extras' + osname: 'almalinux' + release: '9.4' + baseurl: 'https://vault.almalinux.org/9.4/extras/x86_64/os/' + gpgkey: 'https://vault.almalinux.org/9.4/extras/x86_64/os/RPM-GPG-KEY-AlmaLinux-9' docker_stable_el8: repository: 'stable' description: 'Docker CE Stable EL8' -- 2.47.3