11 lines
167 B
INI
11 lines
167 B
INI
|
|
[defaults]
|
||
|
|
|
||
|
|
gathering = explicit
|
||
|
|
host_key_checking=False
|
||
|
|
record_host_keys = yes
|
||
|
|
interpreter_python = /usr/bin/python3
|
||
|
|
#inventory = ./hosts
|
||
|
|
inventory = ./hosts.yaml
|
||
|
|
|
||
|
|
|