0ea10c40fc
Пересборка HTML серверов из server-info.yml; сетка карточек и вид как у главной. Тот же pipeline после install/update/export.
19 lines
455 B
YAML
19 lines
455 B
YAML
---
|
|
- name: Install and configure Hysteria2 servers
|
|
hosts: hysteria2_servers
|
|
gather_facts: true
|
|
roles:
|
|
- hysteria2
|
|
|
|
- name: Build HTML catalogs from local exports
|
|
hosts: localhost
|
|
connection: local
|
|
gather_facts: true
|
|
become: false
|
|
tags: [install, update, export]
|
|
tasks:
|
|
- name: Regenerate server pages and global index.html
|
|
ansible.builtin.include_role:
|
|
name: hysteria2
|
|
tasks_from: export_rebuild_local.yml
|