ansible/ansible.cfg
2025-07-06 19:40:12 +02:00

14 lines
210 B
INI

[defaults]
#ask_vault_pass = True
roles_path = ./roles
inventory = ./hosts
ansible_managed = Ansible managed
remote_user = root
timeout = 60
[diff]
always = yes
[ssh_connection]
pipelining = True
retries = 3