Compare commits

...
Author SHA1 Message Date
b0f5e8c649 Update docker.io/library/postgres Docker tag to v13
All checks were successful
/ build (pull_request) Successful in 28s
/ Ansible Lint (push) Successful in 3m20s
/ Ansible Lint (pull_request) Successful in 4m19s
2026-08-11 15:46:08 +00:00
73760a9995
fix ansible-lint warnings
All checks were successful
/ build (push) Successful in 26s
/ Ansible Lint (push) Successful in 4m35s
2026-08-11 17:38:51 +02:00
39d8ff4ef8
update wireguard publicKey for lilly
Some checks failed
/ build (push) Successful in 26s
/ Ansible Lint (push) Failing after 3m26s
2026-08-11 17:33:57 +02:00
5 changed files with 32 additions and 31 deletions

View file

@ -62,7 +62,7 @@ services:
- POSTGRES_DB=mailmandb - POSTGRES_DB=mailmandb
- POSTGRES_USER=mailman - POSTGRES_USER=mailman
- "POSTGRES_PASSWORD={{ secret__lists__postgres_password }}" - "POSTGRES_PASSWORD={{ secret__lists__postgres_password }}"
image: docker.io/library/postgres:12-alpine image: docker.io/library/postgres:13-alpine
volumes: volumes:
- /opt/mailman/database:/var/lib/postgresql/data - /opt/mailman/database:/var/lib/postgresql/data
networks: networks:

View file

@ -76,7 +76,7 @@ PresharedKeyFile = /etc/ansible_secrets/wireguard_wg55_peer_langoor_home_psk
[WireGuardPeer] [WireGuardPeer]
# friendly_name = lilly-lillysLaptop # friendly_name = lilly-lillysLaptop
AllowedIPs = 10.89.214.16/32,2a07:c481:1:37::16/128 AllowedIPs = 10.89.214.16/32,2a07:c481:1:37::16/128
PublicKey = IBsI+N8qUNpQnDc5HnqQ2Zo/1graFM0RMIecHmAF+Vk= PublicKey = v0MiwjhCj1w4J3fKl2d18wNIdbdd9tvdjIRQTRjIeGY=
[WireGuardPeer] [WireGuardPeer]
# friendly_name = bitwhisker # friendly_name = bitwhisker

View file

@ -5,12 +5,13 @@ argument_specs:
type: list type: list
required: false required: false
secrets__folder: secrets__folder:
options:
owner: owner:
type: string type: str
required: false required: false
group: group:
type: string type: str
required: false required: false
mode: mode:
type: string type: str
required: false required: false