X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=a%2Fansible.cfg;h=83781c3c0e95c04b208753febcb65fd66dd15312;hp=946488b87043f770b967af0868b57f22ffaaab97;hb=f9ccde727d3471c99b909a528aa7168281368084;hpb=5db640adf398b916365ac7a5bd648367acb9355d diff --git a/a/ansible.cfg b/a/ansible.cfg index 946488b..83781c3 100644 --- a/a/ansible.cfg +++ b/a/ansible.cfg @@ -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