13 lines
186 B
Plaintext
13 lines
186 B
Plaintext
# 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 |