make index и install/update: единый стиль страниц серверов и каталога
Пересборка HTML серверов из server-info.yml; сетка карточек и вид как у главной. Тот же pipeline после install/update/export. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+3
-3
@@ -5,14 +5,14 @@
|
||||
roles:
|
||||
- hysteria2
|
||||
|
||||
- name: Build global output index
|
||||
- name: Build HTML catalogs from local exports
|
||||
hosts: localhost
|
||||
connection: local
|
||||
gather_facts: true
|
||||
become: false
|
||||
tags: [install, update, export]
|
||||
tasks:
|
||||
- name: Generate global 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
|
||||
|
||||
Reference in New Issue
Block a user