Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 091c70cc18 | |||
|
6a402aa544 |
|||
|
35381d5bb9 |
5 changed files with 8 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# renovate: datasource=docker depName=git.hamburg.ccc.de/ccchh/oci-images/nextcloud
|
||||
nextcloud__version: 34
|
||||
# renovate: datasource=docker depName=docker.io/library/postgres
|
||||
nextcloud__postgres_version: 15.18
|
||||
nextcloud__postgres_version: 17.10
|
||||
nextcloud__fqdn: cloud.hamburg.ccc.de
|
||||
nextcloud__data_dir: /data/nextcloud
|
||||
nextcloud__extra_configuration: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/cloud/nextcloud/extra_configuration.config.php.j2') }}"
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@ prusamk4 A 10.89.212.4
|
|||
wled-kueche A 10.89.212.33
|
||||
wled-serverschrank A 10.89.212.34
|
||||
wled-couch A 10.89.212.35
|
||||
wled-eh22 A 10.89.212.39
|
||||
|
||||
laser A 10.89.212.36
|
||||
laser-eth A 10.89.212.37
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ services:
|
|||
- POSTGRES_DB=mailmandb
|
||||
- POSTGRES_USER=mailman
|
||||
- "POSTGRES_PASSWORD={{ secret__lists__postgres_password }}"
|
||||
image: docker.io/library/postgres:12-alpine
|
||||
image: docker.io/library/postgres:17-alpine
|
||||
volumes:
|
||||
- /opt/mailman/database:/var/lib/postgresql/data
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
services:
|
||||
database:
|
||||
image: docker.io/library/postgres:15-alpine
|
||||
image: docker.io/library/postgres:17-alpine
|
||||
environment:
|
||||
- "POSTGRES_USER=pretalx"
|
||||
- "POSTGRES_PASSWORD={{ secret__pretalx_db_password }}"
|
||||
|
|
|
|||
|
|
@ -116,6 +116,9 @@ kea_dhcp__dhcp4:
|
|||
- ip-address: 10.89.212.37
|
||||
hostname: laser-eth
|
||||
hw-address: "b8:27:eb:eb:6d:af"
|
||||
- ip-address: 10.89.212.39
|
||||
hostname: wled-eh22
|
||||
hw-address: "a8:42:e3:5b:37:00"
|
||||
- ip-address: 10.89.212.42
|
||||
hostname: t-mix
|
||||
hw-address: "40:a5:ef:d9:eb:93"
|
||||
|
|
@ -260,7 +263,7 @@ kea_dhcp__dhcp6:
|
|||
hw-address: "7e:3c:f0:77:8a:f4"
|
||||
- id: 3
|
||||
subnet: "2a07:c481:1:36::/64"
|
||||
interface: "netlan.54"
|
||||
interface: "netlan"
|
||||
option-data:
|
||||
- name: "dns-servers"
|
||||
data: "2a07:c481:1:36::1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue