feat: connect to servers using nat as jumphost
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user