Deployment works need to fix ssh after and IP grab
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
[defaults]
|
||||
host_key_checking = False
|
||||
timeout = 30
|
||||
|
||||
[ssh_connection]
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ServerAliveInterval=30 -o ServerAliveCountMax=10
|
||||
pipelining = True
|
||||
retries = 5
|
||||
Reference in New Issue
Block a user