Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ansible/inventory/group_vars/all/package-repos
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ deb_package_repos:
components: main
base_path: grafana/oss/apt/
short_name: ubuntu_noble_grafana
sync_group: alex_test
sync_group: grafana
distribution_name: ubuntu-noble-grafana-
# OpenSearch for Ubuntu Noble
- name: OpenSearch - Ubuntu Noble
Expand All @@ -279,7 +279,7 @@ deb_package_repos:
components: main
base_path: opensearch/3.x/apt/
short_name: ubuntu_noble_opensearch
sync_group: alex_test
sync_group: third_party
distribution_name: ubuntu-noble-opensearch-
# OpenSearch Dashboards for Ubuntu Noble
- name: OpenSearch Dashboards - Ubuntu Noble
Expand All @@ -290,7 +290,7 @@ deb_package_repos:
components: main
base_path: opensearch-dashboards/3.x/apt/
short_name: ubuntu_noble_opensearch_dashboards
sync_group: alex_test
sync_group: third_party
distribution_name: ubuntu-noble-opensearch-dashboards-
# ProxySQL for Ubuntu Noble
- name: ProxySQL - Ubuntu Noble
Expand All @@ -301,7 +301,7 @@ deb_package_repos:
components: main
base_path: ProxySQL/proxysql-3.0.x/noble/
short_name: ubuntu_noble_proxysql
sync_group: alex_test
sync_group: third_party
distribution_name: ubuntu-noble-proxysql-

# Default filter string for Deb package repositories.
Expand Down