Compare commits

...

2 commits

Author SHA1 Message Date
700e1530ee Update docker.io/library/mariadb Docker tag to v12
Some checks failed
/ Ansible Lint (push) Successful in 2m27s
/ Ansible Lint (pull_request) Successful in 2m29s
/ build (pull_request) Failing after 2m44s
2026-06-10 11:16:01 +00:00
6d922b7c8b
dns: also notify erfadns.ber.ccc.de for catalog zone changes
Some checks failed
/ Ansible Lint (push) Successful in 2m32s
/ build (push) Failing after 2m43s
2026-06-10 13:12:00 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ knot__remotes:
knot__catalog_zones: knot__catalog_zones:
- domain: "hamburg.ccc.de.catalog." - domain: "hamburg.ccc.de.catalog."
notify_targets: [ "ns.vie.ccc.de" ] notify_targets: [ "erfadns.ber.ccc.de", "ns.vie.ccc.de" ]
knot__zones: knot__zones:
- domain: "hh.ccc.de." - domain: "hh.ccc.de."

View file

@ -3,7 +3,7 @@
services: services:
database: database:
image: docker.io/library/mariadb:11 image: docker.io/library/mariadb:12
environment: environment:
- "MARIADB_DATABASE=wordpress" - "MARIADB_DATABASE=wordpress"
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}" - "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"