Move vars to defaults
This commit is contained in:
parent
70578f2a13
commit
bf08ae8f81
40 changed files with 0 additions and 0 deletions
23
playbooks/roles/homebox/defaults/main.yml
Normal file
23
playbooks/roles/homebox/defaults/main.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
homebox_svc:
|
||||
domain: "{{ all_services | service_get_domain(role_name) }}"
|
||||
port: 7745
|
||||
|
||||
homebox_env:
|
||||
HBOX_OPTIONS_ALLOW_REGISTRATION: false
|
||||
HBOX_MAILER_HOST: "{{ mailer.host }}"
|
||||
HBOX_MAILER_PORT: "{{ mailer.port }}"
|
||||
HBOX_MAILER_USERNAME: "{{ opentofu.mailcow_data.homebox.address }}"
|
||||
HBOX_MAILER_PASSWORD: "{{ opentofu.mailcow_data.homebox.password }}"
|
||||
HBOX_MAILER_FROM: "homebox <{{ opentofu.mailcow_data.homebox.address }}>"
|
||||
HBOX_SWAGGER_SCHEMA: https
|
||||
|
||||
homebox_compose:
|
||||
collect_logs: true
|
||||
watchtower: update
|
||||
image: ghcr.io/sysadminsmedia/homebox:0-rootless
|
||||
volumes:
|
||||
- data:/data
|
||||
file:
|
||||
volumes:
|
||||
data:
|
Loading…
Add table
Add a link
Reference in a new issue