mirror of
https://github.com/snachodog/ansible_playbooks.git
synced 2025-09-13 03:23:32 -06:00
create README.md
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# Ignore SSH private keys (safety precaution)
|
||||
*.pem
|
||||
*.key
|
||||
*.id_rsa
|
||||
*.id_ed25519
|
||||
# Ansible Vault password files (if ever used)
|
||||
.vault_pass.txt
|
||||
# Any sensitive temp files
|
||||
*.retry
|
||||
*.secret
|
||||
# Fact cache (if enabled)
|
||||
.fact_cache/
|
||||
# Backup files
|
||||
*~ *.bak Logs *.log
|
||||
# OS-specific
|
||||
.DS_Store Thumbs.db
|
Reference in New Issue
Block a user