various fixes and improvements
[distro-setup] / filesystem / etc / ansible / ansible.cfg
1 # note the default file has a bunch of comments. you can
2 # extract it from the deb to read them:
3
4 # cd `mktemp -d`
5 # aptitude download ansible
6 # dtrx ansible
7 # a
8 # find -iname ansible.cfg
9
10 [defaults]
11 forks = 200
12 host_key_checking = False
13 display_skipped_hosts = False
14 retry_files_enabled = False
15 remote_user = root
16 # readable output
17 stdout_callback = yaml
18 # show execution time
19 callback_whitelist = timer, profile_tasks, profile_roles
20
21
22 [ssh_connection]
23 pipelining = True
24 retries = 2
25
26 [colors]
27 # found in color.py. default blue is hard to read
28 verbose = bright blue