12 lines
243 B
INI
12 lines
243 B
INI
[defaults]
|
|
remote_user = root
|
|
remote_port = 22
|
|
host_key_checking = False
|
|
#hash_behaviour = merge
|
|
pipelining=True
|
|
fact_path = facts.d
|
|
gathering = implicit
|
|
gather_subset = all
|
|
inject_facts_as_vars = True
|
|
roles_path = roles
|
|
inventory = inventory
|