Fix small problems

This commit is contained in:
Tobias Reisinger 2026-05-04 18:21:03 +02:00
parent e6f4f96339
commit 8d9d084c7d
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 8 additions and 3 deletions

View file

@ -4,7 +4,7 @@ immich_db_db: immich
immich_db_user: "{{ undef() }}" immich_db_user: "{{ undef() }}"
immich_db_pass: "{{ undef() }}" immich_db_pass: "{{ undef() }}"
immich_docker_tag: v2.3.1 immich_docker_tag: v2.7.5
immich_svc: immich_svc:
domain: "{{ all_services | service_get_domain(service_name) }}" domain: "{{ all_services | service_get_domain(service_name) }}"

View file

@ -4,7 +4,7 @@ immich_worker_db_db: immich
immich_worker_db_user: "{{ immich_db_user | mandatory }}" immich_worker_db_user: "{{ immich_db_user | mandatory }}"
immich_worker_db_pass: "{{ immich_db_pass | mandatory }}" immich_worker_db_pass: "{{ immich_db_pass | mandatory }}"
immich_worker_docker_tag: v2.3.1 immich_worker_docker_tag: v2.7.5
immich_worker_env: immich_worker_env:
# IMMICH_CONFIG_FILE: /immich.json # IMMICH_CONFIG_FILE: /immich.json

View file

@ -68,7 +68,7 @@
become: true become: true
- name: Set parameters - name: Set parameters
community.postgresql.postgresql_set: community.postgresql.postgresql_alter_system:
login_unix_socket: /var/run/postgresql login_unix_socket: /var/run/postgresql
login_user: postgres login_user: postgres
name: "{{ item.name }}" name: "{{ item.name }}"

View file

@ -1,3 +1,7 @@
[Resolve] [Resolve]
DNS=45.90.28.0#2c4618.dns.nextdns.io
DNS=2a07:a8c0::#2c4618.dns.nextdns.io
DNS=45.90.30.0#2c4618.dns.nextdns.io
DNS=2a07:a8c1::#2c4618.dns.nextdns.io
DNSOverTLS=opportunistic DNSOverTLS=opportunistic
DNSStubListenerExtra=172.17.0.1 DNSStubListenerExtra=172.17.0.1

View file

@ -3,6 +3,7 @@
pkg: pkg:
- bzip2 - bzip2
- jq - jq
- unzip
- zsh - zsh
state: present state: present
update_cache: true update_cache: true