[defaults] retry_files_enabled=False force_handlers=True inventory=hosts gathering = smart # instead of using --ask-vault-pass ask_vault_pass=True remote_user = provisioning interpreter_python=auto # Don't warn on unknown SSH host keys because it's super annoying for new hosts # or if you get a new laptop and run Ansible there! # # See: https://docs.ansible.com/ansible/latest/user_guide/connection_details.html#managing-host-key-checking host_key_checking = False ansible_managed = This file is managed by Ansible.%n template: {file} date: %Y-%m-%d %H:%M:%S user: {uid} host: {host} [privilege_escalation] # instead of using -K become_ask_pass=True [ssh_connection] pipelining=True