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:
124
124
mode: verbatim
125
125
base_path: docker-ce/ubuntu-focal/
126
126
short_name: docker_ce_ubuntu_focal
127
- sync_group: docker
127
+ sync_group: ubuntu_third_party
128
128
distribution_name: docker-ce-for-ubuntu-focal-
129
129
130
130
- name: Docker CE for Ubuntu Jammy
@@ -137,9 +137,23 @@ deb_package_repos:
137
137
mode: verbatim
138
138
base_path: docker-ce/ubuntu-jammy/
139
139
short_name: docker_ce_ubuntu_jammy
140
- sync_group: docker
140
+ sync_group: ubuntu_third_party
141
141
distribution_name: docker-ce-for-ubuntu-jammy-
142
142
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
+
143
157
# Default filter string for Deb package repositories.
144
158
deb_package_repo_filter: ""
145
159
You can’t perform that action at this time.
0 commit comments