[defaults] inventory = inventory/hosts.ini roles_path = roles collections_path = collections retry_files_enabled = False host_key_checking = False stdout_callback = yaml bin_ansible_callbacks = True display_skipped_hosts = False timeout = 30 gathering = smart fact_caching = jsonfile fact_caching_connection = /tmp/ansible_facts fact_caching_timeout = 86400 [ssh_connection] pipelining = True control_path = /tmp/ansible-ssh-%%h-%%p-%%r ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no [privilege_escalation] become = True become_method = sudo become_user = root become_ask_pass = False