This is an old revision of the document!
Reference: xavki (youtube)
/etc/ansible/ansible.cfg
[defaults] host_key_checking = False # don't ask for accepting ssh keys callback_whithelist = profile_task # Print tasks duration forks = 30 # Parallel sessions [ssh_connection] pipelining = True # Send python command to target directly to python interpreter, better for perf