13 lines
165 B
INI
13 lines
165 B
INI
|
|
[defaults]
|
||
|
|
gathering = explicit
|
||
|
|
host_key_checking=False
|
||
|
|
interpreter_python = /usr/bin/python3
|
||
|
|
|
||
|
|
|
||
|
|
inventory = ./myhosts
|
||
|
|
|
||
|
|
forks = 20
|
||
|
|
[ssh=connection]
|
||
|
|
pipelining=true
|
||
|
|
|