.gitignore (367B)
1 ./inventories/production/hosts 2 ./inventories/staging/hosts 3 exports 4 5 # Preferred name for secrets in inventories/host_vars/$HOST/ 6 prod-secrets.yml 7 8 # This used to be the name of the secrets file, 9 # keep ignoring it to prevent accidental commits of it. 10 tops-secrets.yml 11 12 # Vault password file, gpg-encrypted in this repo. 13 vault_pass.txt 14 15 # Text editor files 16 *~ 17 .vscode