diff --git a/hieradata/roles/infra/reposync/syncer.yaml b/hieradata/roles/infra/reposync/syncer.yaml index ea469b7..d3a7a90 100644 --- a/hieradata/roles/infra/reposync/syncer.yaml +++ b/hieradata/roles/infra/reposync/syncer.yaml @@ -283,6 +283,20 @@ profiles::reposync::repos_list: release: 'rhel9' baseurl: 'https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-9-x86_64/' gpgkey: 'https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL' + rke2_common_el9: + repository: 'common' + description: 'RKE2 common RHEL 9' + osname: 'rke2' + release: "rhel9" + baseurl: "https://rpm.rancher.io/rke2/latest/common/centos/9/noarch" + gpgkey: "https://rpm.rancher.io/public.key" + rke2_1_33_el9: + repository: '1.33' + description: 'RKE2 1.33 RHEL 9' + osname: 'rke2' + release: "rhel9" + baseurl: "https://rpm.rancher.io/rke2/latest/1.33/centos/9/x86_64" + gpgkey: "https://rpm.rancher.io/public.key" zfs_dkms_rhel8: repository: 'dkms' description: 'ZFS DKMS RHEL 8'