[defaults] inventory = inventory/ansible.ini ; Don't whine about the python interpreter ;interpreter_python = /usr/bin/python; ; Don't wait for each host to finish. strategy = free ; Run 10 hosts at once. forks = 10 ; Performance i_am_no_fun=True pipelining = True gathering = smart allow_world_readable_tmpfiles = true fact_caching = jsonfile fact_caching_connection = $HOME/ansible_fact_cache fact_caching_timeout = 86400 [colors] error = bright red