Compare commits
42 commits
wittgenste
...
master
Author | SHA1 | Date | |
---|---|---|---|
f1975fb586 | |||
55a6785b09 | |||
7b061f5fab | |||
67f338ea00 | |||
656bff5b30 | |||
74255b59e8 | |||
00eafad2d0 | |||
0cb397e1e6 | |||
0a8f86ef36 | |||
1d9a5d8a3c | |||
dd3098bd25 | |||
c24bec47ff | |||
607b810f75 | |||
e218b9e697 | |||
9c559ab1cc | |||
c147a3395d | |||
49e3b4a4aa | |||
b70bf5222e | |||
09d6d47572 | |||
944ba34de1 | |||
ae3e5e618f | |||
47211aa71c | |||
e23ff670d1 | |||
ddecf46d71 | |||
3ba104bd76 | |||
8d1b16db26 | |||
15312f9b2a | |||
3986e66aab | |||
47151d8409 | |||
5d3f01ea2f | |||
2cee687fa4 | |||
818dd94d85 | |||
596d1892fb | |||
8b9f04f927 | |||
2b25b22d64 | |||
3a5e5cd63d | |||
2faf1be79c | |||
0f5b0a1220 | |||
ad75e8b9a7 | |||
ace1b1814a | |||
8baa360306 | |||
32b54ee9ff |
8 changed files with 25 additions and 14 deletions
|
@ -544,6 +544,8 @@
|
|||
mode: "0755"
|
||||
- path: "{{ data_dir }}/homebox/data"
|
||||
mode: "0755"
|
||||
tags:
|
||||
- homebox
|
||||
|
||||
- name: Ensure container for homebox is running
|
||||
docker_container:
|
||||
|
@ -562,6 +564,8 @@
|
|||
HBOX_LOG_LEVEL: "info"
|
||||
HBOX_LOG_FORMAT: "text"
|
||||
HBOX_WEB_MAX_UPLOAD_SIZE: "10"
|
||||
tags:
|
||||
- homebox
|
||||
|
||||
- name: Setup proxy site {{ homebox_domain_name }}
|
||||
include_role:
|
||||
|
@ -570,6 +574,8 @@
|
|||
site_name: "{{ homebox_domain_name }}"
|
||||
proxy_port: "{{ homebox_host_port }}"
|
||||
proxy_preserve_host: "On"
|
||||
tags:
|
||||
- homebox
|
||||
|
||||
- name: Setup proxy site spaceapi.n39.eu
|
||||
template:
|
||||
|
|
|
@ -13,13 +13,13 @@
|
|||
nodered_image: nodered/node-red:3.0.1-1-18
|
||||
nodered_data: "{{ data_dir }}/nodered"
|
||||
|
||||
rabbitmq_image: bitnami/rabbitmq:3.12.6
|
||||
rabbitmq_image: bitnami/rabbitmq:3.12.7
|
||||
rabbitmq_data: "{{ data_dir }}/rabbitmq"
|
||||
|
||||
pwr_meter_pulse_gw_image: netz39/power-meter-pulse-gateway:0.3.0
|
||||
|
||||
brotherql_host_port: 9004
|
||||
brotherql_web_image: pklaus/brother_ql_web:alpine_9e20b6d
|
||||
brotherql_web_image: dersimn/brother_ql_web:2.1-alpine
|
||||
|
||||
roles:
|
||||
# role 'docker_setup' applied through group 'docker_host'
|
||||
|
@ -187,7 +187,7 @@
|
|||
state: started
|
||||
ports:
|
||||
- "127.0.0.1:{{ brotherql_host_port }}:8013"
|
||||
command: " ./brother_ql_web.py --model QL-720NW tcp://{{ brotherql_printer_ip }}"
|
||||
command: "--default-label-size 62 --model QL-720NW tcp://{{ brotherql_printer_ip }}"
|
||||
detach: yes
|
||||
env:
|
||||
TZ: "{{ timezone }}"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
dokuwiki_port: 9005
|
||||
# This container is pinned, because there are issues
|
||||
# with backwards compatibility within the same tag!
|
||||
dokuwiki_image: bitnami/dokuwiki:20230404@sha256:9350261bc0f5d5fdece01623b6e025242f3cf51415e67f20dbd6b3f5159431d2
|
||||
dokuwiki_image: bitnami/dokuwiki:20230404@sha256:a13023559160cf6bd1f2b77b753b5335643d65c0347cad4898076efa9de78d14
|
||||
|
||||
discord_invite_domain: discord.netz39.de
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
- name: Setup the docker container for unifi-controller
|
||||
docker_container:
|
||||
name: unifi-controller
|
||||
image: jacobalberty/unifi:v7.5.174
|
||||
image: jacobalberty/unifi:v7.5.176
|
||||
state: started
|
||||
restart_policy: unless-stopped
|
||||
container_default_behavior: no_defaults
|
||||
|
|
2
host_vars/plumbum.n39.eu/vars.yml
Normal file
2
host_vars/plumbum.n39.eu/vars.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
mac: "32:A3:94:A0:23:77"
|
|
@ -28,8 +28,8 @@ hedgedoc_postgres_password: "{{ vault_hedgedoc_postgres_password }}"
|
|||
|
||||
redmine_host_port: 8087
|
||||
redmine_domain_name: redmine.n39.eu
|
||||
redmine_image: redmine:5.0.5
|
||||
redmine_mysql_image: mysql:8.1
|
||||
redmine_image: redmine:5.0.6
|
||||
redmine_mysql_image: mysql:8.2
|
||||
redmine_database: redmine
|
||||
redmine_database_password: "{{ vault_redmine_database_password }}"
|
||||
|
||||
|
@ -42,24 +42,24 @@ influxdb_init_password: "{{ vault_influxdb_init_password }}"
|
|||
jabber_host_port: 8086
|
||||
prosody_domain_name: jabber.n39.eu
|
||||
prosody_image: netz39/prosody:0.11
|
||||
prosody_web_image: joseluisq/static-web-server:2.22
|
||||
prosody_web_image: joseluisq/static-web-server:2.23
|
||||
prosody_config_dir: "/etc/prosody"
|
||||
prosody_data_dir: "{{ data_dir }}/prosody"
|
||||
|
||||
uptimekuma_host_port: 8085
|
||||
uptimekuma_domain_name: uptime.n39.eu
|
||||
uptimekuma_image: louislam/uptime-kuma:1.23.2
|
||||
uptimekuma_image: louislam/uptime-kuma:1.23.3
|
||||
|
||||
grafana_host_port: 8089
|
||||
grafana_domain_name: grafana.n39.eu
|
||||
grafana_image: grafana/grafana:10.1.2
|
||||
grafana_image: grafana/grafana:10.2.0
|
||||
grafana_admin_password: "{{ vault_grafana_admin_password }}"
|
||||
|
||||
homebox_host_port: 8092
|
||||
homebox_domain_name: inventory.n39.eu
|
||||
homebox_image: ghcr.io/hay-kot/homebox:v0.9.2
|
||||
homebox_image: ghcr.io/hay-kot/homebox:v0.10.1
|
||||
|
||||
renovate_image: renovate/renovate:36.103.0
|
||||
renovate_image: renovate/renovate:37.36.2
|
||||
renovate_forgejo_pat: "{{ vault_renovate_forgejo_pat }}"
|
||||
renovate_github_pat: "{{ vault_renovate_github_pat }}"
|
||||
renovate_git_user: "Renovate Bot <accounts+renovatebot@netz39.de>"
|
|
@ -8,6 +8,7 @@ all:
|
|||
krypton.n39.eu:
|
||||
oganesson.n39.eu:
|
||||
platon.n39.eu:
|
||||
plumbum.n39.eu:
|
||||
pottwal.n39.eu:
|
||||
radon.n39.eu:
|
||||
unicorn.n39.eu:
|
||||
|
@ -31,6 +32,7 @@ all:
|
|||
holmium.n39.eu:
|
||||
krypton.n39.eu:
|
||||
oganesson.n39.eu:
|
||||
plumbum.n39.eu:
|
||||
pottwal.n39.eu:
|
||||
radon.n39.eu:
|
||||
unicorn.n39.eu:
|
||||
|
@ -48,6 +50,7 @@ all:
|
|||
krypton.n39.eu:
|
||||
oganesson.n39.eu:
|
||||
platon.n39.eu:
|
||||
plumbum.n39.eu:
|
||||
pottwal.n39.eu:
|
||||
radon.n39.eu:
|
||||
wittgenstein.n39.eu:
|
||||
|
|
|
@ -20,6 +20,6 @@ cleanuri_amqp_retrieval: "extractor"
|
|||
|
||||
# Docker images
|
||||
cleanuri_image_webui: mrtux/cleanuri-webui:0.2.0
|
||||
cleanuri_image_apigateway: mrtux/cleanuri-apigateway:0.3.0
|
||||
cleanuri_image_canonizer: mrtux/cleanuri-canonizer:0.3.0
|
||||
cleanuri_image_apigateway: mrtux/cleanuri-apigateway:0.3.1
|
||||
cleanuri_image_canonizer: mrtux/cleanuri-canonizer:0.3.1
|
||||
cleanuri_image_extractor: mrtux/cleanuri-extractor:0.3.0
|
||||
|
|
Loading…
Reference in a new issue