update gitignore

This commit is contained in:
2025-05-26 16:48:06 -05:00
parent 5cb5b49a68
commit c6359feed5

14
.gitignore vendored
View File

@@ -1,3 +1,13 @@
# ---> Ansible
*.retry
# Secrets and sensitive inventory
inventory/*.ini
inventory/host_vars/
inventory/group_vars/*_vault.yml
.vault_pass.txt
# SSH keys
*.pem
id_rsa*
id_ed25519*
# Local config
.ansible.cfg