Skip to content

Commit fb7fd5b

Browse files
committed
Add deb package repos for 2026.1
1 parent 0ebabb3 commit fb7fd5b

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,28 @@ deb_package_repos:
264264
short_name: ubuntu_noble_proxysql
265265
sync_group: third_party
266266
distribution_name: ubuntu-noble-proxysql-
267+
# Fluentd v6 for Ubuntu Noble
268+
- name: Fluentd - Ubuntu Noble
269+
url: https://fluentd.cdn.cncf.io/lts/6/ubuntu/noble
270+
policy: immediate
271+
architectures: amd64
272+
distributions: noble
273+
components: contrib
274+
base_path: fluentd/lts/6/ubuntu/noble/
275+
short_name: ubuntu_noble_fluentd
276+
sync_group: third_party
277+
distribution_name: ubuntu-noble-fluentd-
278+
# MariaDB 11.4 for Ubuntu Noble
279+
- name: MariaDB 11.4 - Ubuntu Noble
280+
url: https://dlm.mariadb.com/repo/mariadb-server/11.4/repo/ubuntu
281+
distributions: noble
282+
components: main
283+
architectures: amd64
284+
base_path: mariadb-server/mariadb-11.4/repo/ubuntu/
285+
short_name: ubuntu_noble_mariadb_11_4
286+
sync_group: third_party
287+
distribution_name: mariadb-11.4-ubuntu-noble-
288+
267289

268290
# Default filter string for Deb package repositories.
269291
deb_package_repo_filter: ""

0 commit comments

Comments
 (0)