X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=a%2Fansible.cfg;h=83781c3c0e95c04b208753febcb65fd66dd15312;hb=79b274fcd8bfa556133ab13270e84b40aebe8468;hp=946488b87043f770b967af0868b57f22ffaaab97;hpb=93db0c16393fe75efef3167c1d2b332f50387c23;p=distro-setup 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