polytech-ansible-2023/ansible.cfg
Thomas Maurice 9a6c1f1a47
Some checks failed
Pull request: build & lint / build (pull_request) Failing after 40s
fix(ansible.cfg): fix ansible.cfg
2024-02-20 18:19:54 +01:00

8 lines
162 B
INI

[defaults]
remote_user = root
remote_port = 22
host_key_checking = False
pipelining=True
inject_facts_as_vars = True
roles_path = roles
inventory = inventory.ini