update gitignore
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -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
|
||||
Reference in New Issue
Block a user