now using password
This commit is contained in:
parent
6029317f3b
commit
9db0b0ae84
2 changed files with 7 additions and 6 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
|
@ -14,8 +14,9 @@ inventory.ini
|
|||
venv/*
|
||||
.env
|
||||
|
||||
# Secrets and sensitive files
|
||||
*_secrets.yml
|
||||
*_secrets.yaml
|
||||
secrets/
|
||||
.secrets/
|
||||
# Secrets are ansible-vault encrypted and ARE committed.
|
||||
# Anything matching *_secrets.plain.yml is a working decryption — never commit those.
|
||||
*_secrets.plain.yml
|
||||
|
||||
# Vault password — never commit
|
||||
ansible/.vault_pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue