ansible-icingatest/ansible.cfg

19 lines
476 B
INI
Raw Permalink Normal View History

2025-03-23 21:44:05 +01:00
[defaults]
roles_path = roles
collections_path = collections
#inventory = inventory
#vault_password_file = .vault_pass
gathering = smart
callbacks_enabled = profile_tasks
ansible_managed = "This file is managed by ansible, don't make changes here."
retry_files_enabled = False
display_skipped_hosts = False
#deprecation_warnings=False
#host_key_checking=False
[ssh_connection]
pipelining=True
ssh_args = -o ControlMaster=auto -o ControlPersist=10m -o ConnectionAttempts=20