add prometheus and friends
[distro-setup] / a / ansible.cfg
1 [defaults]
2 forks = 200
3 host_key_checking = False
4 display_skipped_hosts = False
5 retry_files_enabled = False
6 # readable output
7 stdout_callback = yaml
8 callback_whitelist = timer, profile_tasks
9
10 [ssh_connection]
11 pipelining = True
12 retries = 2
13
14 [colors]
15 # found in color.py. default blue is hard to read on a black background
16 verbose = bright blue