change
Some checks failed
Ansible Minecraft Server CI/CD / lint (push) Failing after 12s
Ansible Minecraft Server CI/CD / test (push) Has been skipped
Ansible Minecraft Server CI/CD / deploy (push) Has been skipped

This commit is contained in:
2025-08-27 13:15:16 +02:00
parent e67cc93516
commit 7ce8cf1662
13 changed files with 234 additions and 95 deletions

67
.gitignore vendored
View File

@@ -1,29 +1,70 @@
# Ansible
*.retry
*.log
.vault_pass
.ansible_vault_pass
vault.yml
secrets
secrets.yml
*.vault
# SSH keys
# SSH Keys
*.pem
*.key
*.pub
id_rsa*
ansible_key*
id_ed25519*
authorized_keys
# Temporary files
*.tmp
*.temp
# Backup files
*.bak
*.backup
*.old
*~
*.swp
*.swo
# Python
__pycache__/
*.py[cod]
*$py.class
.Python
env/
venv/
.env
.venv
# OS
.DS_Store
Thumbs.db
desktop.ini
# IDE
.vscode/
.idea/
*.swp
*.swo
*.iml
.project
.settings/
# Logs
*.log
# Ansible
.ansible/
/tmp/ansible_facts/
ansible-facts/
# Backups
*.bak
*.backup
# Test
test/
tests/
molecule/
.molecule/
.cache/
.pytest_cache/
# Local
local/
*.local
*.local.yml
.vagrant/
# Terraform (si utilisé)
*.tfstate
*.tfstate.*
.terraform/