Update file 09-ansible-variables.md

This commit is contained in:
Administrator 2026-03-23 22:57:28 +05:00
parent 18fde978de
commit c855613f70

View File

@ -483,7 +483,7 @@ ansible-vault edit vault.yml
---
<details open>
<summary>📄 Полный файл group_vars/all.yml</summary>
```yaml
\```yaml
---
# =============================================================================
# ОБЩИЕ НАСТРОЙКИ (GLOBAL)
@ -934,7 +934,8 @@ torrserver_base_dir: "/mnt/service/torrserver"
torrserver_config_dir: "{{ torrserver_base_dir }}/config"
torrserver_torrents_dir: "{{ torrserver_base_dir }}/torrents"
torrserver_port: "45132"
...
\```
</details>
---