chore: Deploy Homarr Service

This commit is contained in:
Tobias Wüst 2026-01-22 14:53:21 +01:00
parent b0c62bbef9
commit 713c70a27f
Signed by: Tobias-Wuest
GPG key ID: 2D8992B0F4CA97E8
3 changed files with 13 additions and 0 deletions

View file

@ -24,6 +24,10 @@ traefik_services:
domain: authentik.local.test domain: authentik.local.test
port: 443 port: 443
protocol: https protocol: https
- name: homarr
domain: homarr.local.test
port: 443
protocol: https
# Example: Add more services as you deploy them # Example: Add more services as you deploy them
# - name: forgejo # - name: forgejo
# domain: git.example.com # domain: git.example.com

View file

@ -43,3 +43,6 @@ backend
[nextcloud_servers] [nextcloud_servers]
backend backend
[homarr_servers]
backend

View file

@ -41,6 +41,12 @@
roles: roles:
- digitalboard.core.authentik - digitalboard.core.authentik
- name: Deploy homarr service
hosts: homarr_servers
become: yes
roles:
- digitalboard.core.homarr
- name: Configure reverse proxy on DMZ servers - name: Configure reverse proxy on DMZ servers
hosts: traefik_servers_dmz hosts: traefik_servers_dmz
become: yes become: yes