now using password

This commit is contained in:
counterweight 2026-09-11 17:59:41 +02:00
parent 6029317f3b
commit 9db0b0ae84
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 7 additions and 6 deletions

11
.gitignore vendored
View file

@ -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

View file

@ -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