# Ansible configuration. # See . [defaults] ansible_managed = Managed by Ansible, DO NOT MODIFY, changes will be overwritten! collections_paths = ansible_galaxy fact_caching = jsonfile fact_caching_connection = .cache fact_caching_timeout = 3600 gathering = smart interpreter_python = auto_silent inventory = hosts.ini roles_path = ansible_galaxy/ansible_roles:roles stdout_callback = yaml [colors] changed = bright yellow error = bright red ok = bright green [diff] always = True [privilege_escalation] become = True become_ask_pass = True [ssh_connection] control_path = %(directory)s/%%h-%%p-%%r pipelining = True