Fix small problems
This commit is contained in:
parent
e6f4f96339
commit
8d9d084c7d
5 changed files with 8 additions and 3 deletions
|
|
@ -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) }}"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 }}"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
pkg:
|
pkg:
|
||||||
- bzip2
|
- bzip2
|
||||||
- jq
|
- jq
|
||||||
|
- unzip
|
||||||
- zsh
|
- zsh
|
||||||
state: present
|
state: present
|
||||||
update_cache: true
|
update_cache: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue