Skip to content

Commit 31780e3

Browse files
committed
test
1 parent e6728b5 commit 31780e3

File tree

1 file changed

+33
-2
lines changed

1 file changed

+33
-2
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,39 @@ deb_package_repos:
260260
short_name: ubuntu_noble_mariadb_10_11_11
261261
sync_group: third_party
262262
distribution_name: mariadb-10.11.11-ubuntu-noble-
263-
# TODO: Add Opensearch, Opensearch Dashboards, Grafana, and ProxySQL
264-
# repositories for Ubuntu
263+
# Grafana for Ubuntu Noble
264+
- name: Grafana - Ubuntu Noble
265+
url: https://apt.grafana.com
266+
policy: immediate
267+
architectures: amd64
268+
distributions: stable
269+
components: main
270+
base_path: grafana/apt/ubuntu/noble/x86_64/
271+
short_name: ubuntu_noble_grafana
272+
sync_group: alex_test
273+
distribution_name: ubuntu-noble-grafana-
274+
# OpenSearch for Ubuntu Noble
275+
- name: OpenSearch - Ubuntu Noble
276+
url: https://artifacts.opensearch.org/releases/bundle/opensearch/3.x/apt
277+
policy: immediate
278+
architectures: amd64
279+
distributions: stable
280+
components: main
281+
base_path: opensearch/apt/ubuntu/noble/x86_64/
282+
short_name: ubuntu_noble_opensearch
283+
sync_group: alex_test
284+
distribution_name: ubuntu-noble-opensearch-
285+
# ProxySQL for Ubuntu Noble
286+
- name: ProxySQL - Ubuntu Noble
287+
url: https://repo.proxysql.com/ProxySQL
288+
policy: immediate
289+
architectures: amd64
290+
distributions: noble
291+
components: main
292+
base_path: proxysql/apt/ubuntu/noble/x86_64/
293+
short_name: ubuntu_noble_proxysql
294+
sync_group: alex_test
295+
distribution_name: ubuntu-noble-proxysql-
265296

266297
# Default filter string for Deb package repositories.
267298
deb_package_repo_filter: ""

0 commit comments

Comments
 (0)