Compare commits

...
Sign in to create a new pull request.
Author SHA1 Message Date
ae314ea9b3 Configure manual subscriber lists
All checks were successful
/ build (push) Successful in 50s
/ Ansible Lint (push) Successful in 4m18s
2026-08-24 10:01:16 +02:00
a2eba1ac70 fixed IP for Retro Sun SparcStation 4
All checks were successful
/ build (push) Successful in 29s
/ Ansible Lint (push) Successful in 2m24s
2026-08-21 23:34:10 +02:00
5ae8a3b186 Re-add IP for waybackproxy
All checks were successful
/ build (push) Successful in 25s
/ Ansible Lint (push) Successful in 2m51s
2026-08-21 23:28:21 +02:00
6389a936c8 Merge branch 'main' of git.hamburg.ccc.de:CCCHH/ansible-infra
All checks were successful
/ build (push) Successful in 26s
/ Ansible Lint (push) Successful in 2m33s
2026-08-18 19:27:56 +02:00
233131b612 Use correct hostname 2026-08-18 19:27:54 +02:00
a87c27b3d5
keycloak(host): allow right ipv4 of z9 router
All checks were successful
/ build (push) Successful in 26s
/ Ansible Lint (push) Successful in 2m38s
2026-08-17 21:39:00 +02:00
4 changed files with 9 additions and 2 deletions

View file

@ -15,7 +15,7 @@ all:
ansible_host: waybackproxy.ccchh.net ansible_host: waybackproxy.ccchh.net
ansible_user: chaos ansible_user: chaos
yate: yate:
ansible_host: yate.z9.ccchh.net ansible_host: yate.ccchh.net
ansible_user: chaos ansible_user: chaos
z9-router: z9-router:
ansible_host: z9-router.ccchh.net ansible_host: z9-router.ccchh.net

View file

@ -134,6 +134,10 @@ octopi A 10.89.212.31
;cisco-slm248p A 10.89.208.27 ;cisco-slm248p A 10.89.208.27
waybackproxy A 10.89.212.33
alnair A 10.89.210.23
TXT "Sun SparcStation 4 Retro"
; ;
; Public Club Services ; Public Club Services

View file

@ -41,7 +41,7 @@ server {
# Also provide "_hidden" for by, since it's not relevant. # Also provide "_hidden" for by, since it's not relevant.
proxy_set_header Forwarded "for=$remote_addr;proto=https;host=$host;by=_hidden"; proxy_set_header Forwarded "for=$remote_addr;proto=https;host=$host;by=_hidden";
allow 185.161.129.132/32; # z9 allow 185.161.129.134/32; # z9
allow 2a07:c480:0:100::/56; # z9 allow 2a07:c480:0:100::/56; # z9
allow 2a07:c481:1::/48; # z9 new ipv6 allow 2a07:c481:1::/48; # z9 new ipv6
allow 213.240.180.39/32; # stb home allow 213.240.180.39/32; # stb home

View file

@ -80,9 +80,12 @@ services:
- LIST_ATTRIBUTES=chaos@lists.hamburg.ccc.de:mailinglist-chaos,intern@lists.hamburg.ccc.de:mailinglist-intern - LIST_ATTRIBUTES=chaos@lists.hamburg.ccc.de:mailinglist-chaos,intern@lists.hamburg.ccc.de:mailinglist-intern
- MAILMAN_API_PASSWORD={{ secret__lists__rest_password }} - MAILMAN_API_PASSWORD={{ secret__lists__rest_password }}
- MAILMAN_API_URL=http://mailman-core:8001/3.1 - MAILMAN_API_URL=http://mailman-core:8001/3.1
- MANUAL_SUBSCRIBER_LISTS=/manual-subscriber-lists
image: git.hamburg.ccc.de/ccchh/mailman-subscription-sync:latest image: git.hamburg.ccc.de/ccchh/mailman-subscription-sync:latest
networks: networks:
mailman: mailman:
volumes:
- /home/chaos/mailman-manual-subscriber-lists:/manual-subscriber-lists
networks: networks:
mailman: mailman: