fix: пересборка output/index.html при uninstall с LIMIT

Второй play перенесён на hysteria2_servers с run_once на localhost,
чтобы LIMIT не пропускал пересборку. Пустой index.html удаляется.
This commit is contained in:
Sergey Antropoff
2026-07-01 13:31:28 +03:00
parent 4b5a1ef51f
commit 83b47dbc30
4 changed files with 24 additions and 11 deletions
+2 -1
View File
@@ -292,7 +292,8 @@ hysteria2_obfs_password: "{{ vault_hysteria2_obfs_passwords[inventory_hostname]
На **control node**:
- удаляется `output/<имя_сервера>/`;
- пересобирается общий `output/index.html`.
- пересобирается общий `output/index.html` (сервер убирается из списка; при `LIMIT=...` тоже);
- если серверов не осталось — `output/index.html` удаляется.
---