feat: connect to servers using nat as jumphost

This commit is contained in:
2025-12-30 13:15:38 -05:00
parent c4ae044b52
commit 61e0166ee6
4 changed files with 14 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
[defaults]
callbacks_enabled = profile_tasks
inventory = inventory.cfg
localhost_warning = False
vault_password_file = vault.key
interpreter_python = /usr/bin/python3.11
@@ -8,6 +9,6 @@ interpreter_python = /usr/bin/python3.11
inventory_unparsed_warning = False
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes -o IdentityAgent=none
ssh_args = -F secrets/ssh.cfg -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes -o IdentityAgent=none
pipelining = True
retries = 2