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.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Sergey Antropoff
2026-07-01 11:42:40 +03:00
parent e3d3103dc2
commit 401f03014a
7 changed files with 35 additions and 50 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
# Email для Let's Encrypt (ACME)
hysteria2_acme_email: admin@example.com
# Длина автогенерируемых паролей (pwgen)
# Длина автогенерируемых паролей VPN-пользователей
hysteria2_password_length: 40
# Обновлять систему перед установкой (apt update && apt upgrade)
@@ -23,5 +23,5 @@ hysteria2_listen_port: 443
# Открывать порты в ufw ({{ hysteria2_listen_port }}/tcp и /udp)
hysteria2_configure_firewall: true
# Длина пароля Salamander obfs (pwgen)
# Длина пароля Salamander obfs
# hysteria2_obfs_password_length: 32