polytech-ansible-2023/ansible.cfg
2023-12-06 20:49:56 +01:00

12 lines
247 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.ini