diff --git a/hieradata/roles/infra/reposync/syncer.yaml b/hieradata/roles/infra/reposync/syncer.yaml index 5d5c1ab..2ccd0ae 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_5_baseos: + repository: 'baseos' + description: 'AlmaLinux 9.5 BaseOS' + osname: 'almalinux' + release: '9.5' + mirrorlist: 'https://mirrors.almalinux.org/mirrorlist/9.5/baseos' + gpgkey: 'http://mirror.aarnet.edu.au/pub/almalinux/RPM-GPG-KEY-AlmaLinux-9' + almalinux_9_5_appstream: + repository: 'appstream' + description: 'AlmaLinux 9.5 AppStream' + osname: 'almalinux' + release: '9.5' + mirrorlist: 'https://mirrors.almalinux.org/mirrorlist/9.5/appstream' + gpgkey: 'http://mirror.aarnet.edu.au/pub/almalinux/RPM-GPG-KEY-AlmaLinux-9' + almalinux_9_5_crb: + repository: 'crb' + description: 'AlmaLinux 9.5 CRB' + osname: 'almalinux' + release: '9.5' + mirrorlist: 'https://mirrors.almalinux.org/mirrorlist/9.5/crb' + gpgkey: 'http://mirror.aarnet.edu.au/pub/almalinux/RPM-GPG-KEY-AlmaLinux-9' + almalinux_9_5_ha: + repository: 'ha' + description: 'AlmaLinux 9.5 HighAvailability' + osname: 'almalinux' + release: '9.5' + mirrorlist: 'https://mirrors.almalinux.org/mirrorlist/9.5/highavailability' + gpgkey: 'http://mirror.aarnet.edu.au/pub/almalinux/RPM-GPG-KEY-AlmaLinux-9' + almalinux_9_5_extras: + repository: 'extras' + description: 'AlmaLinux 9.5 extras' + osname: 'almalinux' + release: '9.5' + mirrorlist: 'https://mirrors.almalinux.org/mirrorlist/9.5/extras' + gpgkey: 'http://mirror.aarnet.edu.au/pub/almalinux/RPM-GPG-KEY-AlmaLinux-9' almalinux_9_4_baseos: repository: 'baseos' description: 'AlmaLinux 9.4 BaseOS'