initial clean
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# Ansible secrets and vault files
|
||||
*.vault
|
||||
*.vault.yml
|
||||
*.vault.yaml
|
||||
|
||||
# Inventory files with secrets
|
||||
inventory/*.ini
|
||||
inventory/*.yml
|
||||
inventory/*.yaml
|
||||
|
||||
# SSH keys
|
||||
*.pem
|
||||
*.key
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Roles dependencies
|
||||
roles/*/.python-eggs/
|
||||
roles/*/.cache/
|
||||
|
||||
# Python virtual environments
|
||||
venv/
|
||||
.env/
|
||||
|
||||
# Misc
|
||||
*.retry
|
||||
Reference in New Issue
Block a user