Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b0ab0d11df | |||
| f749ed436c | |||
| 0377db2812 |
11 changed files with 31 additions and 9 deletions
2
inventories/chaosknoten/host_vars/git-pages.yaml
Normal file
2
inventories/chaosknoten/host_vars/git-pages.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# renovate: datasource=docker depName=codeberg.org/git-pages/git-pages
|
||||
git_pages__version: latest
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
# renovate: datasource=github-releases depName=netbox packageName=netbox-community/netbox
|
||||
netbox__version: "v4.6.4"
|
||||
netbox__version: "v4.6.7"
|
||||
netbox__config: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/netbox/netbox/configuration.py.j2') }}"
|
||||
netbox__custom_pipeline_oidc_group_and_role_mapping: true
|
||||
|
||||
|
|
|
|||
|
|
@ -6,3 +6,9 @@ docker_compose__configuration_files:
|
|||
content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/regexroute.conf.j2') }}"
|
||||
- name: regfile.conf
|
||||
content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/regfile.conf.j2') }}"
|
||||
- name: rmanager.conf
|
||||
content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/rmanager.conf.j2') }}"
|
||||
- name: yrtpchan.conf
|
||||
content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/yrtpchan.conf.j2') }}"
|
||||
- name: ysipchan.conf
|
||||
content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/ysipchan.conf.j2') }}"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ all:
|
|||
ansible_host: waybackproxy.ccchh.net
|
||||
ansible_user: chaos
|
||||
yate:
|
||||
ansible_host: yate.ccchh.net
|
||||
ansible_host: yate.z9.ccchh.net
|
||||
ansible_user: chaos
|
||||
certbot_hosts:
|
||||
hosts:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
services:
|
||||
|
||||
prometheus:
|
||||
image: docker.io/prom/prometheus:v3.13.1
|
||||
image: docker.io/prom/prometheus:v3.13.2
|
||||
container_name: prometheus
|
||||
command:
|
||||
- '--config.file=/etc/prometheus/prometheus.yml'
|
||||
|
|
@ -32,7 +32,7 @@ services:
|
|||
- alertmanager_data:/alertmanager
|
||||
|
||||
grafana:
|
||||
image: docker.io/grafana/grafana:13.1.0
|
||||
image: docker.io/grafana/grafana:13.1.1
|
||||
container_name: grafana
|
||||
ports:
|
||||
- 3000:3000
|
||||
|
|
@ -59,7 +59,7 @@ services:
|
|||
- /dev/null:/etc/prometheus/pve.yml
|
||||
|
||||
loki:
|
||||
image: docker.io/grafana/loki:3.7.3
|
||||
image: docker.io/grafana/loki:3.7.4
|
||||
container_name: loki
|
||||
ports:
|
||||
- 13100:3100
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
services:
|
||||
ntfy:
|
||||
image: docker.io/binwiederhier/ntfy:v2.26.0
|
||||
image: docker.io/binwiederhier/ntfy:v2.26.3
|
||||
container_name: ntfy
|
||||
command:
|
||||
- serve
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ services:
|
|||
- pretalx_net
|
||||
|
||||
redis:
|
||||
image: docker.io/library/redis:8.8.0
|
||||
image: docker.io/library/redis:8.10.0
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- redis:/data
|
||||
|
|
@ -23,7 +23,7 @@ services:
|
|||
- pretalx_net
|
||||
|
||||
static:
|
||||
image: docker.io/library/nginx:1.31.2
|
||||
image: docker.io/library/nginx:1.31.3
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- public:/usr/share/nginx/html
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
redis:
|
||||
image: docker.io/library/redis:8.8.0
|
||||
image: docker.io/library/redis:8.10.0
|
||||
ports:
|
||||
- "6379:6379"
|
||||
volumes:
|
||||
|
|
|
|||
4
resources/z9/yate/docker_compose/rmanager.conf.j2
Normal file
4
resources/z9/yate/docker_compose/rmanager.conf.j2
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
; https://github.com/eventphone/yate/blob/master/conf.d/rmanager.conf.sample
|
||||
[general]
|
||||
; password: string: Password required to authenticate as admin, default empty!
|
||||
;password=
|
||||
4
resources/z9/yate/docker_compose/yrtpchan.conf.j2
Normal file
4
resources/z9/yate/docker_compose/yrtpchan.conf.j2
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
; https://github.com/eventphone/yate/blob/master/conf.d/yrtpchan.conf.sample
|
||||
[general]
|
||||
minport=42000
|
||||
maxport=42999
|
||||
6
resources/z9/yate/docker_compose/ysipchan.conf.j2
Normal file
6
resources/z9/yate/docker_compose/ysipchan.conf.j2
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
; Setting for all SIP channels
|
||||
; https://github.com/eventphone/yate/blob/master/conf.d/ysipchan.conf.sample
|
||||
|
||||
[general]
|
||||
; try to avoid `Transport(general) received likely truncated packet with length 1500, try to increase maxpkt`
|
||||
maxpkt=8192
|
||||
Loading…
Reference in a new issue