fix: 将 k3s-ansible 作为普通目录添加

This commit is contained in:
fei
2026-02-04 23:43:40 +08:00
commit 7f6c8b9b92
40 changed files with 10909 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# 敏感信息
config/cluster-vars.yml
config/*-vars.yml
*.vault
# 部署状态和日志
.deployment-state
deployment.log
# Ansible临时文件
*.retry
.ansible/
# Python缓存
__pycache__/
*.pyc
# 临时文件
*.tmp
*.log
.DS_Store
# K3s相关
k3s-ansible/inventory/hosts.ini