feat: ansible vault

This commit is contained in:
2025-09-04 22:08:00 -04:00
parent d094a1b26b
commit ed972509ce
5 changed files with 35 additions and 18 deletions

View File

@@ -1,6 +1,12 @@
[defaults]
callbacks_enabled = profile_tasks
localhost_warning = False
vault_password_file = vault.key
[inventory]
inventory_unparsed_warning = False
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes -o IdentityAgent=none
pipelining = True
retries = 256