Do not write to flash for ad-hoc commands
This commit is contained in:
parent
50764b07fc
commit
68504e1035
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
[defaults]
|
||||||
|
remote_tmp = /tmp/.ansible/tmp
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o "MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-sha1,hmac-md5" -o "KexAlgorithms diffie-hellman-group-exchange-sha256,diffie-hellman-group1-sha1,diffie-hellman-group14-sha1"
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o "MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-sha1,hmac-md5" -o "KexAlgorithms diffie-hellman-group-exchange-sha256,diffie-hellman-group1-sha1,diffie-hellman-group14-sha1"
|
||||||
scp_if_ssh=True
|
scp_if_ssh=True
|
||||||
|
|
Loading…
Add table
Reference in a new issue