8009ff8537
It removes the teal lines when a host is skipped for a task. This makes the output less spammy and much easier to read. Empty TASK blocks are still included in the output, but that's ok.
10 lines
287 B
INI
10 lines
287 B
INI
[ssh_connection]
|
|
pipelining=True
|
|
#ssh_args = -F ./ssh-bastion.conf -o ControlMaster=auto -o ControlPersist=30m
|
|
#control_path = ~/.ssh/ansible-%%r@%%h:%%p
|
|
[defaults]
|
|
host_key_checking=False
|
|
gathering = smart
|
|
fact_caching = jsonfile
|
|
fact_caching_connection = /tmp
|
|
stdout_callback = skippy
|