54 lines
1.3 KiB
YAML
54 lines
1.3 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
|
|
|
|
# Docker services variables
|
|
npm_base_dir: "/opt/npm"
|
|
npm_data_dir: "/opt/npm/data"
|
|
npm_letsencrypt_dir: "/opt/npm/letsencrypt"
|
|
|
|
heimdall_base_dir: "/opt/heimdall"
|
|
heimdall_config_dir: "/opt/heimdall/config"
|
|
heimdall_port: "45131"
|
|
|
|
# Bookstack variables
|
|
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: "45131"
|
|
|
|
# Mealie variables
|
|
mealie_base_dir: "/mnt/mealie"
|
|
mealie_data_dir: "/mnt/mealie/data"
|
|
mealie_port: "45132"
|
|
mealie_db_type: "postgres" # sqlite или postgres
|
|
mealie_db_password: "secure_password_123" |