feat: created vaults, added to config

This commit is contained in:
2025-06-22 03:44:41 -04:00
parent 2827653bd5
commit 80270b9a93
3 changed files with 21 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
[defaults]
callbacks_enabled = profile_tasks
localhost_warning = False
inventory = inventory.ini
host_key_checking = False
interpreter_python = /usr/bin/python3
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