skylab
/
skylab-ansible
Archived
2
0
Fork 0

Update default to always prompt for vault password

This commit is contained in:
Ethan Paul 2023-03-31 12:19:50 -04:00
parent 857e83a6fe
commit 740b73cb7d
Signed by: enpaul
GPG Key ID: DAF443CA3A2FA6FA
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
host_key_checking = true
collections_path = .ansible
inventory = inventory.yaml
ask_vault_pass = true
[ssh_connection]
ssh_args = "-o ControlMaster=auto -o ControlPersist=60s"