Remove outdated guides and references related to Ansible best practices, Gitea repository configuration, journald management, and XXXigCC deployment. Introduce a new playbook for reinstalling Nezha Agent, ensuring proper parameter validation and service management. Update documentation to reflect the latest practices and remove deprecated content.

This commit is contained in:
2026-06-29 15:38:00 +08:00
parent 31da18eca6
commit 8f03780bfb
46 changed files with 183 additions and 2560 deletions
+14
View File
@@ -0,0 +1,14 @@
# Nezha Agent 重装配置变量示例
# 使用方法: ansible-playbook nezha_reinstall.yml -i inventory.ini -e @nezha_reinstall_vars.yml
# 必填参数:客户端密钥
nz_client_secret: "your_client_secret_here"
# 可选参数:Nezha 服务端地址(默认值如下)
nz_server: "dash.miner.vvvo.net:443"
# 可选参数:是否启用 TLS(默认 true)
nz_tls: true
# 可选参数:安装脚本 URL(默认值如下)
# install_script_url: "https://raw.githubusercontent.com/wangdefaa/nezha-agent/refs/heads/main/script/install.sh"