diff --git a/ansible/inventory/group_vars/all/package-repos b/ansible/inventory/group_vars/all/package-repos index 696ddd65..16c4541d 100644 --- a/ansible/inventory/group_vars/all/package-repos +++ b/ansible/inventory/group_vars/all/package-repos @@ -124,7 +124,7 @@ deb_package_repos: mode: verbatim base_path: docker-ce/ubuntu-focal/ short_name: docker_ce_ubuntu_focal - sync_group: docker + sync_group: ubuntu_third_party distribution_name: docker-ce-for-ubuntu-focal- - name: Docker CE for Ubuntu Jammy @@ -137,9 +137,23 @@ deb_package_repos: mode: verbatim base_path: docker-ce/ubuntu-jammy/ short_name: docker_ce_ubuntu_jammy - sync_group: docker + sync_group: ubuntu_third_party distribution_name: docker-ce-for-ubuntu-jammy- +# Standard Apt mirrors do not contain cephadm Reef, only Quincy + - name: Ceph Reef for Debian + url: https://download.ceph.com/debian-reef/ + policy: immediate + architectures: amd64 + distributions: jammy + components: main + mirror: true + mode: verbatim + base_path: ceph/debian-reef/ + short_name: ceph_reef_ubuntu_jammy + sync_group: ubuntu_third_party + distribution_name: ceph-reef-debian- + # Default filter string for Deb package repositories. deb_package_repo_filter: ""