- /group_vars/all.yml - /roles/immich/templates/.env.j2 - /roles/immich/templates/docker-compose.yml.j2 - /roles/immich/tasks/main.yml - /inventories/hosts - /olimp-deploy.yml
128 lines
3.5 KiB
YAML
128 lines
3.5 KiB
YAML
---
|
|
# Общие настройки для всех хостов
|
|
timezone: Asia/Yekaterinburg
|
|
system_locale: ru_RU.UTF-8
|
|
|
|
proxmox_node: "Olimp"
|
|
|
|
# Настройки пользователей
|
|
admin_user: root
|
|
|
|
# Список пакетов для установки на всех хостах
|
|
base_packages:
|
|
- curl
|
|
- wget
|
|
- gnupg
|
|
- ca-certificates
|
|
- software-properties-common
|
|
- tree
|
|
- htop
|
|
- nano
|
|
- git
|
|
- apt-transport-https
|
|
- net-tools
|
|
- dnsutils
|
|
- iputils-ping
|
|
- traceroute
|
|
# Дополнительные настройки
|
|
system_scripts: []
|
|
custom_directories:
|
|
- /opt/scripts
|
|
- /etc/apt/keyrings
|
|
|
|
# ------------192.168.1.201 gateway------------
|
|
|
|
# MNP
|
|
npm_base_dir: "/opt/npm"
|
|
npm_data_dir: "/opt/npm/data"
|
|
npm_letsencrypt_dir: "/opt/npm/letsencrypt"
|
|
|
|
# Heimdall
|
|
heimdall_base_dir: "/opt/heimdall"
|
|
heimdall_config_dir: "/opt/heimdall/config"
|
|
heimdall_port: "45131"
|
|
|
|
# ------------192.168.1.202 data------------
|
|
|
|
# Bookstack
|
|
bookstack_base_dir: "/mnt/bookstack"
|
|
bookstack_config_dir: "/mnt/bookstack/config"
|
|
bookstack_uploads_dir: "/mnt/bookstack/uploads"
|
|
bookstack_db_dir: "/mnt/bookstack/db"
|
|
bookstack_port: "45133"
|
|
|
|
# Mealie
|
|
mealie_base_dir: "/mnt/mealie"
|
|
mealie_data_dir: "/mnt/mealie/data"
|
|
mealie_port: "45132"
|
|
mealie_db_type: "sqlite"
|
|
mealie_db_password: "secure_password_123"
|
|
|
|
# Bitwarden
|
|
bitwarden_base_dir: "/mnt/bitwarden"
|
|
bitwarden_data_dir: "{{ bitwarden_base_dir }}/vw-data"
|
|
bitwarden_port: "45131"
|
|
|
|
bitwarden_admin_token: "QMhEngkv2a5s5S1AOp96A7rxiwz9BTCHGORY3EHcUYEP9wy07/+HxYGimL/FQAwl"
|
|
bitwarden_websocket_enabled: true
|
|
bitwarden_signups_allowed: false
|
|
bitwarden_smtp_host: "smtp.mail.ru"
|
|
bitwarden_smtp_port: "465"
|
|
bitwarden_smtp_ssl: true
|
|
bitwarden_smtp_username: "zailon@bk.ru"
|
|
bitwarden_smtp_password: "khhyw8Ri9WrabwqM2vbC"
|
|
bitwarden_smtp_from: "zailon@bk.ru"
|
|
bitwarden_domain: "https://bw.zailon.ru"
|
|
|
|
# ------------192.168.1.203 media------------
|
|
|
|
# Media базовые дериктории
|
|
service_config_base: "/mnt/service"
|
|
|
|
# Jellyfin
|
|
jellyfin_base_dir: "{{ service_config_base }}/jellyfin"
|
|
jellyfin_config_dir: "{{ jellyfin_base_dir }}/config"
|
|
jellyfin_cache_dir: "{{ jellyfin_base_dir }}/cache"
|
|
jellyfin_port: "45131"
|
|
|
|
# Audiobookshelf
|
|
audiobookshelf_base_dir: "{{ service_config_base }}/audiobookshelf"
|
|
audiobookshelf_config_dir: "{{ audiobookshelf_base_dir }}/config"
|
|
audiobookshelf_db_dir: "{{ audiobookshelf_base_dir }}/db"
|
|
audiobookshelf_port: "45132"
|
|
|
|
# Calibre-Web
|
|
calibre_web_base_dir: "{{ service_config_base }}/calibre-web"
|
|
calibre_web_config_dir: "{{ calibre_web_base_dir }}/config"
|
|
calibre_web_db_dir: "{{ calibre_web_base_dir }}/db"
|
|
calibre_web_port: "45133"
|
|
|
|
# Ampache
|
|
ampache_base_dir: "{{ service_config_base }}/ampache"
|
|
ampache_config_dir: "{{ ampache_base_dir }}/config"
|
|
ampache_logs_dir: "{{ ampache_base_dir }}/logs"
|
|
ampache_mysql_dir: "{{ ampache_base_dir }}/mysql"
|
|
ampache_port: "45134"
|
|
|
|
# ------------192.168.1.206 talk------------
|
|
|
|
# Mumble
|
|
mumble_base_dir: "/mnt/mumble"
|
|
mumble_data_dir: "{{ mumble_base_dir }}/data"
|
|
mumble_port: "45131"
|
|
mumble_ice_port: "6502"
|
|
mumble_server_password: "passw0rd"
|
|
mumble_superuser_password: "13qeadZC"
|
|
mumble_max_users: "100"
|
|
|
|
# ------------192.168.1.206 talk------------
|
|
|
|
|
|
# Immich variables
|
|
immich_base_dir: "/mnt/service/immich"
|
|
immich_port: "45135"
|
|
immich_db_username: "postgres"
|
|
immich_db_password: "postgres"
|
|
immich_db_name: "immich"
|
|
immich_version: "release"
|
|
# immich_public_url: "https://photos.yourdomain.com" # раскомментирую если нужно |