chore: Deploy Homarr Service
This commit is contained in:
parent
b0c62bbef9
commit
713c70a27f
3 changed files with 13 additions and 0 deletions
|
|
@ -24,6 +24,10 @@ traefik_services:
|
|||
domain: authentik.local.test
|
||||
port: 443
|
||||
protocol: https
|
||||
- name: homarr
|
||||
domain: homarr.local.test
|
||||
port: 443
|
||||
protocol: https
|
||||
# Example: Add more services as you deploy them
|
||||
# - name: forgejo
|
||||
# domain: git.example.com
|
||||
|
|
|
|||
|
|
@ -42,4 +42,7 @@ backend
|
|||
backend
|
||||
|
||||
[nextcloud_servers]
|
||||
backend
|
||||
|
||||
[homarr_servers]
|
||||
backend
|
||||
|
|
@ -41,6 +41,12 @@
|
|||
roles:
|
||||
- digitalboard.core.authentik
|
||||
|
||||
- name: Deploy homarr service
|
||||
hosts: homarr_servers
|
||||
become: yes
|
||||
roles:
|
||||
- digitalboard.core.homarr
|
||||
|
||||
- name: Configure reverse proxy on DMZ servers
|
||||
hosts: traefik_servers_dmz
|
||||
become: yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue