Files
hysteria2/playbook-index.yml
T
Sergey Antropoff f5f2384252 Добавить make index: пересборка output/index.html из локальных экспортов
Отдельный playbook на localhost читает server-info.yml, обновляет
общий каталог и открывает его в браузере без обращения к VPS.
2026-07-23 08:56:04 +03:00

12 lines
301 B
YAML

---
- 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