Compare commits

...
Author SHA1 Message Date
b6809124aa Update all stable non-major dependencies
All checks were successful
/ build (pull_request) Successful in 30s
/ Ansible Lint (push) Successful in 3m38s
/ Ansible Lint (pull_request) Successful in 3m40s
2026-08-11 15:46:02 +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
9 changed files with 40 additions and 39 deletions

View file

@ -1,5 +1,5 @@
# renovate: datasource=github-releases depName=netbox packageName=netbox-community/netbox # renovate: datasource=github-releases depName=netbox packageName=netbox-community/netbox
netbox__version: "v4.6.4" netbox__version: "v4.6.8"
netbox__config: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/netbox/netbox/configuration.py.j2') }}" netbox__config: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/netbox/netbox/configuration.py.j2') }}"
netbox__custom_pipeline_oidc_group_and_role_mapping: true netbox__custom_pipeline_oidc_group_and_role_mapping: true

View file

@ -2,7 +2,7 @@
services: services:
prometheus: prometheus:
image: docker.io/prom/prometheus:v3.13.1 image: docker.io/prom/prometheus:v3.13.2
container_name: prometheus container_name: prometheus
command: command:
- '--config.file=/etc/prometheus/prometheus.yml' - '--config.file=/etc/prometheus/prometheus.yml'
@ -32,7 +32,7 @@ services:
- alertmanager_data:/alertmanager - alertmanager_data:/alertmanager
grafana: grafana:
image: docker.io/grafana/grafana:13.1.0 image: docker.io/grafana/grafana:13.1.3
container_name: grafana container_name: grafana
ports: ports:
- 3000:3000 - 3000:3000
@ -46,7 +46,7 @@ services:
- graf_data:/var/lib/grafana - graf_data:/var/lib/grafana
pve-exporter: pve-exporter:
image: docker.io/prompve/prometheus-pve-exporter:3.9.0 image: docker.io/prompve/prometheus-pve-exporter:3.10.0
container_name: pve-exporter container_name: pve-exporter
ports: ports:
- 9221:9221 - 9221:9221
@ -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.3 image: docker.io/grafana/loki:3.7.6
container_name: loki container_name: loki
ports: ports:
- 13100:3100 - 13100:3100

View file

@ -1,7 +1,7 @@
--- ---
services: services:
ntfy: ntfy:
image: docker.io/binwiederhier/ntfy:v2.26.0 image: docker.io/binwiederhier/ntfy:v2.27.0
container_name: ntfy container_name: ntfy
command: command:
- serve - serve

View file

@ -15,7 +15,7 @@ services:
- pretalx_net - pretalx_net
redis: redis:
image: docker.io/library/redis:8.8.0 image: docker.io/library/redis:8.10.0
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- redis:/data - redis:/data
@ -23,7 +23,7 @@ services:
- pretalx_net - pretalx_net
static: static:
image: docker.io/library/nginx:1.31.2 image: docker.io/library/nginx:1.31.3
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- public:/usr/share/nginx/html - public:/usr/share/nginx/html

View file

@ -13,7 +13,7 @@ services:
restart: unless-stopped restart: unless-stopped
redis: redis:
image: docker.io/library/redis:8.8.0 image: docker.io/library/redis:8.10.0
ports: ports:
- "6379:6379" - "6379:6379"
volumes: volumes:

View file

@ -6,7 +6,7 @@ kea_dhcp__dns_servers:
kea_dhcp__dhcp4: kea_dhcp__dhcp4:
enable: true enable: true
interfaces: ["netlan.51", "netlan.52", "netlan"] interfaces: [ "netlan.51", "netlan.52", "netlan" ]
subnets: subnets:
- id: 1 - id: 1
subnet: 10.89.208.0/22 subnet: 10.89.208.0/22
@ -234,7 +234,7 @@ kea_dhcp__dhcp4:
kea_dhcp__dhcp6: kea_dhcp__dhcp6:
enable: true enable: true
interfaces: ["netlan.51", "netlan.52", "netlan"] interfaces: [ "netlan.51", "netlan.52", "netlan" ]
subnets: subnets:
- id: 1 - id: 1
subnet: "2a07:c481:1:33::/64" subnet: "2a07:c481:1:33::/64"
@ -246,7 +246,7 @@ kea_dhcp__dhcp6:
- pool: "2a07:c481:1:33::/64" - pool: "2a07:c481:1:33::/64"
allocator: random allocator: random
reservations: reservations:
- ip-addresses: ["2a07:c481:1:33::1c"] - ip-addresses: [ "2a07:c481:1:33::1c" ]
hostname: dooris hostname: dooris
hw-address: "bc:24:11:b3:93:9c" hw-address: "bc:24:11:b3:93:9c"
- id: 2 - id: 2
@ -258,7 +258,7 @@ kea_dhcp__dhcp6:
pools: pools:
- pool: "2a07:c481:1:34::/64" - pool: "2a07:c481:1:34::/64"
reservations: reservations:
- ip-addresses: ["2a07:c481:1:34::66"] - ip-addresses: [ "2a07:c481:1:34::66" ]
hostname: esphome hostname: esphome
hw-address: "7e:3c:f0:77:8a:f4" hw-address: "7e:3c:f0:77:8a:f4"
- id: 3 - id: 3
@ -270,45 +270,45 @@ kea_dhcp__dhcp6:
pools: pools:
- pool: "2a07:c481:1:36::/64" - pool: "2a07:c481:1:36::/64"
reservations: reservations:
- ip-addresses: ["2a07:c481:1:36::2"] - ip-addresses: [ "2a07:c481:1:36::2" ]
hostname: sw-rack-1 hostname: sw-rack-1
hw-address: "F0:9F:C2:10:C3:AA" hw-address: "F0:9F:C2:10:C3:AA"
- ip-addresses: ["2a07:c481:1:36::3"] - ip-addresses: [ "2a07:c481:1:36::3" ]
hostname: sw-rack-2-peo hostname: sw-rack-2-peo
hw-address: "44:d9:e7:06:69:5d" hw-address: "44:d9:e7:06:69:5d"
- ip-addresses: ["2a07:c481:1:36::4"] - ip-addresses: [ "2a07:c481:1:36::4" ]
hostname: sw-main-1 hostname: sw-main-1
hw-address: "a8:9c:6c:16:df:cc" hw-address: "a8:9c:6c:16:df:cc"
- ip-addresses: ["2a07:c481:1:36::5"] - ip-addresses: [ "2a07:c481:1:36::5" ]
hostname: sw-main-2 hostname: sw-main-2
hw-address: "a8:9c:6c:16:e8:86" hw-address: "a8:9c:6c:16:e8:86"
- ip-addresses: ["2a07:c481:1:36::6"] - ip-addresses: [ "2a07:c481:1:36::6" ]
hostname: sw-shop-1 hostname: sw-shop-1
hw-address: "C0:4A:00:FB:DA:C5" hw-address: "C0:4A:00:FB:DA:C5"
- ip-addresses: ["2a07:c481:1:36::7"] - ip-addresses: [ "2a07:c481:1:36::7" ]
hostname: sw-shop-2-peo hostname: sw-shop-2-peo
hw-address: "f4:e2:c6:bf:20:ee" hw-address: "f4:e2:c6:bf:20:ee"
- ip-addresses: ["2a07:c481:1:36::8"] - ip-addresses: [ "2a07:c481:1:36::8" ]
hostname: sw-shop-3-peo hostname: sw-shop-3-peo
hw-address: "d8:b3:70:85:72:76" hw-address: "d8:b3:70:85:72:76"
- ip-addresses: ["2a07:c481:1:36::b"] - ip-addresses: [ "2a07:c481:1:36::b" ]
hostname: pve01 hostname: pve01
hw-address: "38:05:25:30:80:35" hw-address: "38:05:25:30:80:35"
- ip-addresses: ["2a07:c481:1:36::c"] - ip-addresses: [ "2a07:c481:1:36::c" ]
hostname: pve02 hostname: pve02
hw-address: "b8:85:84:b1:57:b6" hw-address: "b8:85:84:b1:57:b6"
- ip-addresses: ["2a07:c481:1:36::d"] - ip-addresses: [ "2a07:c481:1:36::d" ]
hostname: pve03 hostname: pve03
hw-address: "98:fa:9b:a2:ed:e8" hw-address: "98:fa:9b:a2:ed:e8"
- ip-addresses: ["2a07:c481:1:36::f"] - ip-addresses: [ "2a07:c481:1:36::f" ]
hostname: pbs hostname: pbs
hw-address: "BC:24:11:D6:2C:81" hw-address: "BC:24:11:D6:2C:81"
- ip-addresses: ["2a07:c481:1:36::21"] - ip-addresses: [ "2a07:c481:1:36::21" ]
hostname: unifi hostname: unifi
hw-address: "BC:24:11:25:77:60" hw-address: "BC:24:11:25:77:60"
- ip-addresses: ["2a07:c481:1:36::31"] - ip-addresses: [ "2a07:c481:1:36::31" ]
hostname: light hostname: light
hw-address: "72:61:ea:e6:49:e3" hw-address: "72:61:ea:e6:49:e3"
- ip-addresses: ["2a07:c481:1:36::32"] - ip-addresses: [ "2a07:c481:1:36::32" ]
hostname: club-assistant hostname: club-assistant
hw-address: "7a:55:61:c3:a2:89" hw-address: "7a:55:61:c3:a2:89"

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

@ -70,7 +70,7 @@ argument_specs:
interfaces: interfaces:
type: "list" type: "list"
elements: "str" elements: "str"
default: [] default: [ ]
control-sockets: control-sockets:
type: "list" type: "list"
elements: "dict" elements: "dict"
@ -107,7 +107,7 @@ argument_specs:
interfaces: interfaces:
type: "list" type: "list"
elements: "str" elements: "str"
default: [] default: [ ]
control-sockets: control-sockets:
type: "list" type: "list"
elements: "dict" elements: "dict"

View file

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