Compare commits

..

3 commits

Author SHA1 Message Date
e263c9b0f2 Update docker.io/library/mariadb Docker tag to v12
Some checks failed
/ Ansible Lint (push) Failing after 1m7s
/ Ansible Lint (pull_request) Failing after 1m9s
2026-01-25 22:58:34 +00:00
ca20721f04
add missing grafana.grafana collection dependency
Some checks failed
/ Ansible Lint (push) Failing after 57s
2026-01-25 23:55:57 +01:00
42b23eb181
get collections from repos directly instead of using Ansible Galaxy
As Ansible Galaxy is currently down, switch to using the repos directly.
This avoids reliancy on Ansible Galaxy in the future as well.
2026-01-25 23:55:48 +01:00

View file

@ -1,11 +1,17 @@
collections: collections:
# Install a collection from Ansible Galaxy. # debops.debops
- name: debops.debops - source: https://github.com/debops/debops
version: ">=3.1.0" type: git
source: https://galaxy.ansible.com version: "v3.2.5"
- name: community.sops # community.sops
version: ">=2.2.4" - source: https://github.com/ansible-collections/community.sops
source: https://galaxy.ansible.com type: git
- name: community.docker version: "2.2.7"
version: ">=5.0.0" # community.docker
source: https://galaxy.ansible.com - source: https://github.com/ansible-collections/community.docker
type: git
version: "5.0.5"
# grafana.grafana
- source: https://github.com/grafana/grafana-ansible-collection
type: git
version: "6.0.6"