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/*
|
venv/*
|
||||||
.env
|
.env
|
||||||
|
|
||||||
# Secrets and sensitive files
|
# Secrets are ansible-vault encrypted and ARE committed.
|
||||||
*_secrets.yml
|
# Anything matching *_secrets.plain.yml is a working decryption — never commit those.
|
||||||
*_secrets.yaml
|
*_secrets.plain.yml
|
||||||
secrets/
|
|
||||||
.secrets/
|
# Vault password — never commit
|
||||||
|
ansible/.vault_pass
|
||||||
|
|
@ -7,7 +7,7 @@ stdout_callback = yaml
|
||||||
retry_files_enabled = False
|
retry_files_enabled = False
|
||||||
host_key_checking = True
|
host_key_checking = True
|
||||||
forks = 10
|
forks = 10
|
||||||
# vault_password_file = .vault_pass # uncomment in Stage 2
|
vault_password_file = .vault_pass
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
pipelining = True
|
pipelining = True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue