add prometheus and friends
[distro-setup] / a / ansible.cfg
index 946488b87043f770b967af0868b57f22ffaaab97..83781c3c0e95c04b208753febcb65fd66dd15312 100644 (file)
@@ -3,7 +3,14 @@ forks          = 200
 host_key_checking = False
 display_skipped_hosts = False
 retry_files_enabled = False
+# readable output
+stdout_callback = yaml
+callback_whitelist = timer, profile_tasks
 
 [ssh_connection]
 pipelining = True
 retries = 2
+
+[colors]
+# found in color.py. default blue is hard to read on a black background
+verbose = bright blue