wg-aws/ansible.cfg
2020-12-02 22:31:28 +01:00

8 lines
215 B
INI

[defaults]
host_key_checking=False
timeout=30
[ssh_connection]
pipelining=True
ssh_args = -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=30m -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no