File tree Expand file tree Collapse file tree
ansible/inventory/group_vars/all Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
269291deb_package_repo_filter: ""
You can’t perform that action at this time.
0 commit comments