Добавить make index: пересборка output/index.html из локальных экспортов

Отдельный playbook на localhost читает server-info.yml, обновляет
общий каталог и открывает его в браузере без обращения к VPS.
This commit is contained in:
Sergey Antropoff
2026-07-23 08:56:04 +03:00
parent 7a97346c81
commit c05cfee0aa
3 changed files with 23 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
---
- name: Rebuild global output index from local exports
hosts: localhost
connection: local
gather_facts: true
become: false
tasks:
- name: Generate output/index.html and open in browser
ansible.builtin.include_role:
name: hysteria2
tasks_from: export_global.yml