Skip to content

Commit 1aece64

Browse files
committed
Switch majority of deb repos to verbatim mode
Omitting RabbitMQ and Erlang - will handle them separately due to the comment. Simple is too limited: Simple publishing forces everything into a single layout (default all), preventing you from separating packages into distinct suites (e.g., stable, testing) or components (e.g., main, contrib). Since it's a 1:1 mirror - we should switch to verbatim which clones the upstream repo 1:1.
1 parent eb26317 commit 1aece64

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

ansible/inventory/group_vars/all/deb-package-repos

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ deb_package_repos:
227227
policy: immediate
228228
distributions: stable
229229
components: main
230+
mirror: true
231+
mode: verbatim
230232
base_path: grafana/oss/apt/
231233
short_name: ubuntu_noble_grafana
232234
sync_group: grafana
@@ -238,6 +240,8 @@ deb_package_repos:
238240
architectures: amd64
239241
distributions: stable
240242
components: main
243+
mirror: true
244+
mode: verbatim
241245
base_path: opensearch/3.x/apt/
242246
short_name: ubuntu_noble_opensearch
243247
sync_group: third_party
@@ -249,6 +253,8 @@ deb_package_repos:
249253
architectures: amd64
250254
distributions: stable
251255
components: main
256+
mirror: true
257+
mode: verbatim
252258
base_path: opensearch-dashboards/3.x/apt/
253259
short_name: ubuntu_noble_opensearch_dashboards
254260
sync_group: third_party
@@ -260,6 +266,8 @@ deb_package_repos:
260266
architectures: amd64
261267
distributions: noble
262268
components: main
269+
mirror: true
270+
mode: verbatim
263271
base_path: ProxySQL/proxysql-3.0.x/noble/
264272
short_name: ubuntu_noble_proxysql
265273
sync_group: third_party
@@ -268,6 +276,8 @@ deb_package_repos:
268276
- name: Fluentd - Ubuntu Noble
269277
url: https://fluentd.cdn.cncf.io/lts/6/ubuntu/noble
270278
policy: immediate
279+
mirror: true
280+
mode: verbatim
271281
base_path: fluentd/lts/6/ubuntu/noble/
272282
short_name: ubuntu_noble_fluentd
273283
sync_group: third_party
@@ -278,6 +288,8 @@ deb_package_repos:
278288
distributions: noble
279289
components: main
280290
architectures: amd64
291+
mirror: true
292+
mode: verbatim
281293
base_path: mariadb-server/mariadb-11.4/repo/ubuntu/
282294
short_name: ubuntu_noble_mariadb_11_4
283295
sync_group: third_party

0 commit comments

Comments
 (0)