Compare commits
2 commits
4268a8770d
...
8be5dfea99
| Author | SHA1 | Date | |
|---|---|---|---|
| 8be5dfea99 | |||
|
230da323dc |
6 changed files with 8 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
# work in our environmnet.
|
# work in our environmnet.
|
||||||
# Rather manually setup python (pip) before instead.
|
# Rather manually setup python (pip) before instead.
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: https://github.com/ansible/ansible-lint@v26.3.0
|
uses: https://github.com/ansible/ansible-lint@v26.4.0
|
||||||
with:
|
with:
|
||||||
setup_python: "false"
|
setup_python: "false"
|
||||||
requirements_file: "requirements.yml"
|
requirements_file: "requirements.yml"
|
||||||
|
|
|
||||||
|
|
@ -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.5.5"
|
netbox__version: "v4.5.7"
|
||||||
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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
services:
|
services:
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
image: docker.io/prom/prometheus:v3.10.0
|
image: docker.io/prom/prometheus:v3.11.0
|
||||||
container_name: prometheus
|
container_name: prometheus
|
||||||
command:
|
command:
|
||||||
- '--config.file=/etc/prometheus/prometheus.yml'
|
- '--config.file=/etc/prometheus/prometheus.yml'
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
ntfy:
|
ntfy:
|
||||||
image: docker.io/binwiederhier/ntfy:v2.20.1
|
image: docker.io/binwiederhier/ntfy:v2.21.0
|
||||||
container_name: ntfy
|
container_name: ntfy
|
||||||
command:
|
command:
|
||||||
- serve
|
- serve
|
||||||
|
|
|
||||||
|
|
@ -83,6 +83,8 @@ map $host $upstream_acme_challenge_host {
|
||||||
local.ccc.de 172.31.17.151:31820;
|
local.ccc.de 172.31.17.151:31820;
|
||||||
acmedns.hamburg.ccc.de acmedns.hosts.hamburg.ccc.de:31820;
|
acmedns.hamburg.ccc.de acmedns.hosts.hamburg.ccc.de:31820;
|
||||||
diday.org 172.31.17.151:31820;
|
diday.org 172.31.17.151:31820;
|
||||||
|
docs.c3voc.de 172.31.17.151:31820;
|
||||||
|
staging.docs.c3voc.de 172.31.17.151:31820;
|
||||||
default "";
|
default "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -106,6 +106,8 @@ stream {
|
||||||
acmedns.hamburg.ccc.de acmedns.hosts.hamburg.ccc.de:8443;
|
acmedns.hamburg.ccc.de acmedns.hosts.hamburg.ccc.de:8443;
|
||||||
diday.org 172.31.17.151:8443;
|
diday.org 172.31.17.151:8443;
|
||||||
*.staging.diday.org 172.31.17.151:8443;
|
*.staging.diday.org 172.31.17.151:8443;
|
||||||
|
docs.c3voc.de 172.31.17.151:8443;
|
||||||
|
staging.docs.c3voc.de 172.31.17.151:8443;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue