polytech-ansible-2023/ansible.cfg
Thomas Maurice 2a067a2fe4
More content and playbooks
* more readme.md content
* imported basic roles
* commented said basic roles
* trimmed down playbooks to be understandable
* update requirements.txt deps
2023-01-11 11:06:32 +01:00

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