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
+19
View File
@@ -0,0 +1,19 @@
# XXXig 安装配置变量示例
# 使用方法: ansible-playbook xxxig_install.yaml -i inventory.ini -e @xxxig_install_vars.yml
# 必填参数:矿池地址
pool_url: "stratum+tcp://pool.example.com:3333"
# 必填参数:CC 控制端地址与令牌(启用 enable_cc 时必填)
cc_url: "cc.example.com:443"
cc_token: "your-cc-token-here"
# 可选参数:功能开关(默认均为 true)
enable_cc: true # 启用 CC 控制端连接
enable_tls: true # 矿池连接启用 TLS
enable_cc_tls: true # CC 连接启用 TLS
enable_keepalive: true # 启用 keepalive
enable_1gb_pages: true # 启用 1GB 大页内存
# 可选参数:安装脚本 URL(默认值如下)
# install_script_url: "https://gitea.bcde.io/wangdefa/xxxig/raw/branch/main/script/install.deb.sh"