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
|
||||
|
|
@ -7,7 +7,7 @@ stdout_callback = yaml
|
|||
retry_files_enabled = False
|
||||
host_key_checking = True
|
||||
forks = 10
|
||||
# vault_password_file = .vault_pass # uncomment in Stage 2
|
||||
vault_password_file = .vault_pass
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue