Ensure server connections over SSH work
This commit is contained in:
parent
d4f9da104d
commit
8879789148
|
@ -1,3 +1,6 @@
|
||||||
[defaults]
|
[defaults]
|
||||||
inventory = ~/.ansible/inventory.yaml
|
inventory = ~/.ansible/inventory.yaml
|
||||||
log_path = ~/.ansible/tmp/output.log
|
log_path = ~/.ansible/tmp/output.log
|
||||||
|
|
||||||
|
[ssh_connection]
|
||||||
|
ssh_args = -o RemoteCommand=none
|
||||||
|
|
Loading…
Reference in a new issue