File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
ansible/inventory/group_vars/all Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ deb_package_repos:
124124 mode: verbatim
125125 base_path: docker-ce/ubuntu-focal/
126126 short_name: docker_ce_ubuntu_focal
127- sync_group: docker
127+ sync_group: ubuntu_third_party
128128 distribution_name: docker-ce-for-ubuntu-focal-
129129
130130 - name: Docker CE for Ubuntu Jammy
@@ -137,9 +137,23 @@ deb_package_repos:
137137 mode: verbatim
138138 base_path: docker-ce/ubuntu-jammy/
139139 short_name: docker_ce_ubuntu_jammy
140- sync_group: docker
140+ sync_group: ubuntu_third_party
141141 distribution_name: docker-ce-for-ubuntu-jammy-
142142
143+ # Standard Apt mirrors do not contain cephadm Reef, only Quincy
144+ - name: Ceph Reef for Debian
145+ url: https://download.ceph.com/debian-reef/
146+ policy: immediate
147+ architectures: amd64
148+ distributions: jammy
149+ components: main
150+ mirror: true
151+ mode: verbatim
152+ base_path: ceph/debian-reef/
153+ short_name: ceph_reef_ubuntu_jammy
154+ sync_group: ubuntu_third_party
155+ distribution_name: ceph-reef-debian-
156+
143157# Default filter string for Deb package repositories.
144158deb_package_repo_filter: ""
145159
You can’t perform that action at this time.
0 commit comments