File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Filter options
ansible/inventory/group_vars/all Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Original file line number Diff line number Diff line change @@ -211,8 +211,8 @@ deb_package_repos:
211
211
# Grafana for Ubuntu
212
212
- name: Grafana for Ubuntu
213
213
url: https://apt.grafana.com
214
- distributions: main
215
- components: stable
214
+ distributions: ../../
215
+ components: main stable
216
216
policy: immediate
217
217
base_path: grafana/oss/apt/
218
218
short_name: ubuntu_grafana
@@ -273,6 +273,7 @@ deb_package_repos:
273
273
# OpenSearch 2.x
274
274
- name: OpenSearch 2.x for Ubuntu
275
275
url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.x/apt/
276
+ distributions: ../
276
277
components: stable main
277
278
base_path: opensearch/2.x/apt/
278
279
short_name: opensearch_2_x_ubuntu
@@ -281,15 +282,17 @@ deb_package_repos:
281
282
# OpenSearch dashboards
282
283
- name: OpenSearch Dashboards 2.x for Ubuntu
283
284
url: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.x/apt
285
+ distributions: ../
284
286
components: stable main
285
287
base_path: opensearch-dashboards/2.x/apt/
286
288
short_name: opensearch_dashboards_2_x_ubuntu
287
289
sync_group: third_party
288
290
distribution_name: opensearch_dashboards-2.x-apt-
289
291
# ProxySQL for Ubuntu Noble
290
292
- name: ProxySQL for Ubuntu Noble
291
- url: https://repo.proxysql.com/ProxySQL/proxysql-2.7.x/noble/
292
- components: ./
293
+ url: https://repo.proxysql.com/ProxySQL/proxysql-2.7.x/
294
+ distributions: ../noble
295
+ components: main
293
296
base_path: proxysql/ubuntu/noble/
294
297
short_name: proxysql_ubuntu_noble
295
298
sync_group: third_party
You can’t perform that action at this time.
0 commit comments