Files
hysteria2/playbook-index.yml
inecs 4da326c533 make index и install/update: единый стиль страниц серверов и каталога
Пересборка HTML серверов из server-info.yml; сетка карточек и вид
как у главной. Тот же pipeline после install/update/export.
2026-07-23 09:35:43 +03:00

12 lines
301 B
YAML

---
- name: Rebuild HTML catalogs from local exports
hosts: localhost
connection: local
gather_facts: true
become: false
tasks:
- name: Regenerate server pages and global index.html
ansible.builtin.include_role:
name: hysteria2
tasks_from: export_rebuild_local.yml