# note the default file has a bunch of comments. you can # extract it from the deb to read them: # cd `mktemp -d` # aptitude download ansible # dtrx ansible # a # find -iname ansible.cfg [defaults] forks = 200 host_key_checking = False display_skipped_hosts = False retry_files_enabled = False remote_user = root # readable output stdout_callback = yaml # show execution time callback_whitelist = timer, profile_tasks, profile_roles [ssh_connection] pipelining = True retries = 2 [colors] # found in color.py. default blue is hard to read verbose = bright blue