fix: generate VPN passwords without pwgen, set EDITOR=nano

Use Ansible password lookup on the control node so install works before packages are installed on VPS and without pwgen on macOS. Export EDITOR=nano in Makefile for vault-edit.
This commit is contained in:
2026-07-01 11:42:40 +03:00
parent d4f968d799
commit 69eccce8eb
7 changed files with 35 additions and 50 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ hysteria2_users: []
# Опционально: фиксированные пароли { username: password }
# Пароль обфускации Salamander (общий для сервера).
# Пусто — автогенерация через pwgen или загрузка из output/<server>/server-info.yml
# Пусто — автогенерация на control node (Ansible password lookup) или загрузка из output/<server>/server-info.yml
hysteria2_obfs_password: ""
hysteria2_password_length: 40