ansible.cfg: +ssh_args, controls+no hostkeys
This commit is contained in:
parent
cfa9a8420a
commit
0c33dccba8
1 changed files with 2 additions and 1 deletions
|
@ -5,4 +5,5 @@ retry_files_enabled = False
|
|||
[ssh_connection]
|
||||
pipelining = True
|
||||
control_path = %(directory)s/%%h-%%p-%%r)
|
||||
ssh_args =
|
||||
# ssh_args =
|
||||
ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue