[defaults] inventory = inventory/hosts.yml roles_path = roles host_key_checking = False retry_files_enabled = False stdout_callback = default callbacks_enabled = ansible.builtin.default interpreter_python = auto_silent deprecation_warnings = False [callback_default] result_format = yaml [privilege_escalation] become = True become_method = sudo become_user = root [ssh_connection] pipelining = True ssh_args = -o ControlMaster=auto -o ControlPersist=60s