make index и install/update: единый стиль страниц серверов и каталога

Пересборка HTML серверов из server-info.yml; сетка карточек и вид
как у главной. Тот же pipeline после install/update/export.
This commit is contained in:
Sergey Antropoff
2026-07-23 09:35:43 +03:00
parent af9862e966
commit 8feb56c51d
6 changed files with 251 additions and 213 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
---
- name: Rebuild global output index from local exports
- name: Rebuild HTML catalogs from local exports
hosts: localhost
connection: local
gather_facts: true
become: false
tasks:
- name: Generate output/index.html and open in browser
- name: Regenerate server pages and global index.html
ansible.builtin.include_role:
name: hysteria2
tasks_from: export_global.yml
tasks_from: export_rebuild_local.yml