* more readme.md content * imported basic roles * commented said basic roles * trimmed down playbooks to be understandable * update requirements.txt deps
10 lines
202 B
INI
10 lines
202 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
|