9 lines
233 B
INI
9 lines
233 B
INI
|
[defaults]
|
||
|
inventory = inventory
|
||
|
private_key_file = ~/.ssh/ansible
|
||
|
ssh_extra_args =-o ForwardAgent=yes -o StrictHostKeyChecking=no
|
||
|
host_key_checking = false
|
||
|
deprecation_warnings = false
|
||
|
pipelining = true
|
||
|
interpreter_python = python3
|