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
@@ -0,0 +1,9 @@
# Gitea APT 仓库配置变量示例
# 使用方法: ansible-playbook gitea_repo_setup.yaml -i inventory.ini -e @gitea_repo_setup_vars.yml
# 可选参数:Gitea 仓库地址(默认值如下)
repo_url: "https://gitea.bcde.io"
# 可选参数:仓库所属用户/组织(默认值如下)
# 同时决定软件源文件名与 GPG 密钥文件名
repo_owner: "wangdefa"