Compare commits

..
Author SHA1 Message Date
539e507339
ansible-lint: ignore more directories that aren't part of the repo
All checks were successful
/ Ansible Lint (push) Successful in 2m37s
/ build (pull_request) Successful in 28s
/ Ansible Lint (pull_request) Successful in 2m31s
2026-09-21 21:14:16 +02:00
10 changed files with 16 additions and 15 deletions

View file

@ -3,7 +3,11 @@ skip_list:
- "name[casing]" - "name[casing]"
exclude_paths: exclude_paths:
- .ansible/
- .forgejo/ - .forgejo/
- "**/*.sops.yaml" - "**/*.sops.yaml"
- ansible_collections/ - ansible_collections/
- collections/
- galaxy_roles/ - galaxy_roles/
- docs/
- resources/

View file

@ -1,5 +1,6 @@
rules: rules:
brackets: brackets:
forbid: false
min-spaces-inside: 1 min-spaces-inside: 1
max-spaces-inside: 1 max-spaces-inside: 1
min-spaces-inside-empty: 1 min-spaces-inside-empty: 1

View file

@ -38,13 +38,10 @@
"!git.hamburg.ccc.de/ccchh/oci-images/keycloak" "!git.hamburg.ccc.de/ccchh/oci-images/keycloak"
] ]
}, },
// Automatically merge patch level updates
// https://docs.renovatebot.com/key-concepts/automerge/
{ {
"matchUpdateTypes": ["patch"], "matchUpdateTypes": ["patch"],
"automerge": true, "matchCurrentVersion": "!/^0/",
"ignoreTests": true, "automerge": true
"automergeType": "branch"
}, },
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],

View file

@ -228,7 +228,10 @@ rproxy-intern IN A 172.31.17.180
IN AAAA 2a00:14b0:f000:23::80 IN AAAA 2a00:14b0:f000:23::80
IN MX 10 cow.hamburg.ccc.de. IN MX 10 cow.hamburg.ccc.de.
bildungsurlaub IN CNAME public-reverse-proxy bildungsurlaub IN CNAME rproxy
doku IN CNAME rproxy
test IN CNAME rproxy
www.test IN CNAME rproxy
eh2003 IN CNAME public-reverse-proxy eh2003 IN CNAME public-reverse-proxy
www.eh2003 IN CNAME public-reverse-proxy www.eh2003 IN CNAME public-reverse-proxy
easterhegg2003 IN CNAME public-reverse-proxy easterhegg2003 IN CNAME public-reverse-proxy
@ -507,6 +510,8 @@ pretalx.hosts IN AAAA 2a00:14b0:42:102::10
ntfy.hosts IN AAAA 2a00:14b0:42:102::11 ntfy.hosts IN AAAA 2a00:14b0:42:102::11
spaceapiccc.hosts IN AAAA 2a00:14b0:42:102::12 spaceapiccc.hosts IN AAAA 2a00:14b0:42:102::12
acmedns.hosts IN AAAA 2a00:14b0:42:102::13 acmedns.hosts IN AAAA 2a00:14b0:42:102::13
www2.hosts IN AAAA 2a00:14b0:42:102::14
www3.hosts IN AAAA 2a00:14b0:42:102::15
diday-staging-runner.hosts IN AAAA 2a00:14b0:42:102::16 diday-staging-runner.hosts IN AAAA 2a00:14b0:42:102::16
public-web-static.hosts IN AAAA 2a00:14b0:42:102::17 public-web-static.hosts IN AAAA 2a00:14b0:42:102::17
forgejo-actions-runner.hosts IN AAAA 2a00:14b0:42:102::18 forgejo-actions-runner.hosts IN AAAA 2a00:14b0:42:102::18

View file

@ -15,9 +15,6 @@ automaticallyRedactForReasons:
- "porn" - "porn"
- "harassmet" - "harassmet"
# set to low value to have Draupnir chain consecutive backgrounded operations faster
backgroundDelayMS: 10
# currently not working because /_synapse is not routed via reverse proxy # currently not working because /_synapse is not routed via reverse proxy
pollReports: false pollReports: false

View file

@ -59,7 +59,7 @@ services:
- /dev/null:/etc/prometheus/pve.yml - /dev/null:/etc/prometheus/pve.yml
loki: loki:
image: docker.io/grafana/loki:3.7.8 image: docker.io/grafana/loki:3.7.3
container_name: loki container_name: loki
ports: ports:
- 13100:3100 - 13100:3100

View file

@ -22,7 +22,7 @@
services: services:
keycloak: keycloak:
image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.7.4 image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.7.2
pull_policy: always pull_policy: always
restart: unless-stopped restart: unless-stopped
command: start --optimized command: start --optimized

View file

@ -23,7 +23,7 @@ services:
- pretalx_net - pretalx_net
static: static:
image: docker.io/library/nginx:1.31.6 image: docker.io/library/nginx:1.31.2
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- public:/usr/share/nginx/html - public:/usr/share/nginx/html

View file

@ -92,7 +92,6 @@ map $host $upstream_acme_challenge_host {
ueberwachungsfrei.eu public-web-static.hosts.hamburg.ccc.de:31820; ueberwachungsfrei.eu public-web-static.hosts.hamburg.ccc.de:31820;
überwachungsfrei.eu public-web-static.hosts.hamburg.ccc.de:31820; überwachungsfrei.eu public-web-static.hosts.hamburg.ccc.de:31820;
xn--berwachungsfrei-yvb.eu public-web-static.hosts.hamburg.ccc.de:31820; xn--berwachungsfrei-yvb.eu public-web-static.hosts.hamburg.ccc.de:31820;
bildungsurlaub.hamburg.ccc.de public-web-static.hosts.hamburg.ccc.de:31820;
default ""; default "";
} }

View file

@ -3,7 +3,6 @@
user nginx; user nginx;
worker_processes auto; worker_processes auto;
worker_rlimit_nofile 2050; # should be worker_connections*2 at least
error_log /var/log/nginx/error.log notice; error_log /var/log/nginx/error.log notice;
pid /var/run/nginx.pid; pid /var/run/nginx.pid;
@ -116,7 +115,6 @@ stream {
ueberwachungsfrei.eu public-web-static.hosts.hamburg.ccc.de:8443; ueberwachungsfrei.eu public-web-static.hosts.hamburg.ccc.de:8443;
überwachungsfrei.eu public-web-static.hosts.hamburg.ccc.de:8443; überwachungsfrei.eu public-web-static.hosts.hamburg.ccc.de:8443;
xn--berwachungsfrei-yvb.eu public-web-static.hosts.hamburg.ccc.de:8443; xn--berwachungsfrei-yvb.eu public-web-static.hosts.hamburg.ccc.de:8443;
bildungsurlaub.hamburg.ccc.de public-web-static.hosts.hamburg.ccc.de:8443;
} }
server { server {