Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b0f5e8c649 | |||
|
73760a9995 |
|||
|
39d8ff4ef8 |
5 changed files with 32 additions and 31 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue