Compare commits
7 commits
renovate/b
...
master
Author | SHA1 | Date | |
---|---|---|---|
f1975fb586 | |||
55a6785b09 | |||
7b061f5fab | |||
67f338ea00 | |||
656bff5b30 | |||
74255b59e8 | |||
00eafad2d0 |
4 changed files with 9 additions and 4 deletions
|
@ -19,7 +19,7 @@
|
||||||
pwr_meter_pulse_gw_image: netz39/power-meter-pulse-gateway:0.3.0
|
pwr_meter_pulse_gw_image: netz39/power-meter-pulse-gateway:0.3.0
|
||||||
|
|
||||||
brotherql_host_port: 9004
|
brotherql_host_port: 9004
|
||||||
brotherql_web_image: pklaus/brother_ql_web:alpine_9e20b6d
|
brotherql_web_image: dersimn/brother_ql_web:2.1-alpine
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
# role 'docker_setup' applied through group 'docker_host'
|
# role 'docker_setup' applied through group 'docker_host'
|
||||||
|
@ -187,7 +187,7 @@
|
||||||
state: started
|
state: started
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:{{ brotherql_host_port }}:8013"
|
- "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
|
detach: yes
|
||||||
env:
|
env:
|
||||||
TZ: "{{ timezone }}"
|
TZ: "{{ timezone }}"
|
||||||
|
|
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"
|
|
@ -29,7 +29,7 @@ hedgedoc_postgres_password: "{{ vault_hedgedoc_postgres_password }}"
|
||||||
redmine_host_port: 8087
|
redmine_host_port: 8087
|
||||||
redmine_domain_name: redmine.n39.eu
|
redmine_domain_name: redmine.n39.eu
|
||||||
redmine_image: redmine:5.0.6
|
redmine_image: redmine:5.0.6
|
||||||
redmine_mysql_image: mysql:8.1
|
redmine_mysql_image: mysql:8.2
|
||||||
redmine_database: redmine
|
redmine_database: redmine
|
||||||
redmine_database_password: "{{ vault_redmine_database_password }}"
|
redmine_database_password: "{{ vault_redmine_database_password }}"
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ homebox_host_port: 8092
|
||||||
homebox_domain_name: inventory.n39.eu
|
homebox_domain_name: inventory.n39.eu
|
||||||
homebox_image: ghcr.io/hay-kot/homebox:v0.10.1
|
homebox_image: ghcr.io/hay-kot/homebox:v0.10.1
|
||||||
|
|
||||||
renovate_image: renovate/renovate:37.31.5
|
renovate_image: renovate/renovate:37.36.2
|
||||||
renovate_forgejo_pat: "{{ vault_renovate_forgejo_pat }}"
|
renovate_forgejo_pat: "{{ vault_renovate_forgejo_pat }}"
|
||||||
renovate_github_pat: "{{ vault_renovate_github_pat }}"
|
renovate_github_pat: "{{ vault_renovate_github_pat }}"
|
||||||
renovate_git_user: "Renovate Bot <accounts+renovatebot@netz39.de>"
|
renovate_git_user: "Renovate Bot <accounts+renovatebot@netz39.de>"
|
|
@ -8,6 +8,7 @@ all:
|
||||||
krypton.n39.eu:
|
krypton.n39.eu:
|
||||||
oganesson.n39.eu:
|
oganesson.n39.eu:
|
||||||
platon.n39.eu:
|
platon.n39.eu:
|
||||||
|
plumbum.n39.eu:
|
||||||
pottwal.n39.eu:
|
pottwal.n39.eu:
|
||||||
radon.n39.eu:
|
radon.n39.eu:
|
||||||
unicorn.n39.eu:
|
unicorn.n39.eu:
|
||||||
|
@ -31,6 +32,7 @@ all:
|
||||||
holmium.n39.eu:
|
holmium.n39.eu:
|
||||||
krypton.n39.eu:
|
krypton.n39.eu:
|
||||||
oganesson.n39.eu:
|
oganesson.n39.eu:
|
||||||
|
plumbum.n39.eu:
|
||||||
pottwal.n39.eu:
|
pottwal.n39.eu:
|
||||||
radon.n39.eu:
|
radon.n39.eu:
|
||||||
unicorn.n39.eu:
|
unicorn.n39.eu:
|
||||||
|
@ -48,6 +50,7 @@ all:
|
||||||
krypton.n39.eu:
|
krypton.n39.eu:
|
||||||
oganesson.n39.eu:
|
oganesson.n39.eu:
|
||||||
platon.n39.eu:
|
platon.n39.eu:
|
||||||
|
plumbum.n39.eu:
|
||||||
pottwal.n39.eu:
|
pottwal.n39.eu:
|
||||||
radon.n39.eu:
|
radon.n39.eu:
|
||||||
wittgenstein.n39.eu:
|
wittgenstein.n39.eu:
|
||||||
|
|
Loading…
Reference in a new issue