chore: base config and deployment for role homarr
This commit is contained in:
parent
129121f3f2
commit
ece5b4ccf9
3 changed files with 69 additions and 2 deletions
|
|
@ -1,3 +1,23 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# defaults file for homarr
|
||||
# defaults file for homarr
|
||||
|
||||
# Base directory configuration (inherited from base role or defined here)
|
||||
docker_compose_base_dir: /etc/docker/compose
|
||||
docker_volume_base_dir: /srv/data
|
||||
|
||||
# homarr-specific configuration
|
||||
homarr_service_name: homarr
|
||||
homarr_docker_compose_dir: "{{ docker_compose_base_dir }}/{{ homarr_service_name }}"
|
||||
homarr_docker_volume_dir: "{{ docker_volume_base_dir }}/{{ homarr_service_name }}"
|
||||
|
||||
# Service configuration
|
||||
homarr_domain: "homarr.local.test"
|
||||
homarr_image: "ghcr.io/homarr-labs/homarr:latest"
|
||||
homarr_secret_encription_key: "CHANGE_ME"
|
||||
homarr_port: 7575
|
||||
homarr_use_docker: false
|
||||
|
||||
# Traefik configuration
|
||||
homarr_traefik_network: "proxy"
|
||||
homarr_use_ssl: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue