9 lines
186 B
INI
9 lines
186 B
INI
[defaults]
|
|
remote_user = root
|
|
remote_port = 22
|
|
host_key_checking = False
|
|
#hash_behaviour = merge
|
|
pipelining=True
|
|
inject_facts_as_vars = True
|
|
roles_path = roles
|
|
inventory = inventory.ini
|