# Ansible reads this file from the CURRENT WORKING DIRECTORY. # Always run ansible/ansible-playbook from the project root. [defaults] inventory = inventory/hosts.yml host_key_checking = False # lab only - never in production interpreter_python = auto_silent callbacks_enabled = ansible.posix.profile_tasks [ssh_connection] pipelining = True