pez-infra/ansible/ansible.cfg
2026-04-20 20:50:57 +01:00

13 lines
373 B
INI

[defaults]
inventory = inventory/hosts.ini
roles_path = roles
remote_user = root
host_key_checking = False
pipelining = True
gather_facts = True
retry_files_enabled = False
result_format = yaml
interpreter_python = /usr/bin/python3
[ssh_connection]
ssh_args = -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null