Skip to content

Commit 84c29e5

Browse files
authored
Merge pull request #543 from stackhpc/grafana_verbatim
Switch majority of deb repos to verbatim mode
2 parents fb8f7f3 + 10cf3e7 commit 84c29e5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ deb_package_repos:
227227
policy: immediate
228228
distributions: stable
229229
components: main
230+
mirror: true
230231
mode: verbatim
231232
base_path: grafana/oss/apt/
232233
short_name: ubuntu_noble_grafana
@@ -239,6 +240,8 @@ deb_package_repos:
239240
architectures: amd64
240241
distributions: stable
241242
components: main
243+
mirror: true
244+
mode: verbatim
242245
base_path: opensearch/3.x/apt/
243246
short_name: ubuntu_noble_opensearch
244247
sync_group: third_party
@@ -250,6 +253,8 @@ deb_package_repos:
250253
architectures: amd64
251254
distributions: stable
252255
components: main
256+
mirror: true
257+
mode: verbatim
253258
base_path: opensearch-dashboards/3.x/apt/
254259
short_name: ubuntu_noble_opensearch_dashboards
255260
sync_group: third_party
@@ -261,6 +266,8 @@ deb_package_repos:
261266
architectures: amd64
262267
distributions: noble
263268
components: main
269+
mirror: true
270+
mode: verbatim
264271
base_path: ProxySQL/proxysql-3.0.x/noble/
265272
short_name: ubuntu_noble_proxysql
266273
sync_group: third_party
@@ -269,6 +276,8 @@ deb_package_repos:
269276
- name: Fluentd - Ubuntu Noble
270277
url: https://fluentd.cdn.cncf.io/lts/6/ubuntu/noble
271278
policy: immediate
279+
mirror: true
280+
mode: verbatim
272281
base_path: fluentd/lts/6/ubuntu/noble/
273282
short_name: ubuntu_noble_fluentd
274283
sync_group: third_party
@@ -279,6 +288,8 @@ deb_package_repos:
279288
distributions: noble
280289
components: main
281290
architectures: amd64
291+
mirror: true
292+
mode: verbatim
282293
base_path: mariadb-server/mariadb-11.4/repo/ubuntu/
283294
short_name: ubuntu_noble_mariadb_11_4
284295
sync_group: third_party

0 commit comments

Comments
 (0)