Change roles to get domain from all_services
This commit is contained in:
parent
6ace704a46
commit
bd6409bcc0
25 changed files with 37 additions and 24 deletions
playbooks/roles/immich/vars
|
@ -5,7 +5,7 @@ immich_db_user: "{{ vault_immich.db.user }}"
|
|||
immich_db_pass: "{{ vault_immich.db.pass }}"
|
||||
|
||||
immich_svc:
|
||||
domain: gallery.serguzim.me
|
||||
domain: "{{ all_services | service_get_domain(role_name) }}"
|
||||
port: 2283
|
||||
version: release
|
||||
db:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue