ci: Print playbook role execution times

pull/868/head
Alex Willmer 3 years ago
parent 9201761348
commit 1bdf6294e4

@ -7,6 +7,8 @@ action_plugins = lib/action
callback_plugins = lib/callback callback_plugins = lib/callback
stdout_callback = yaml stdout_callback = yaml
stdout_whitelist = stdout_whitelist =
profile_roles,
timer,
yaml yaml
vars_plugins = lib/vars vars_plugins = lib/vars
library = lib/modules library = lib/modules
@ -33,6 +35,9 @@ timeout = 10
# On Travis, paramiko check fails due to host key checking enabled. # On Travis, paramiko check fails due to host key checking enabled.
host_key_checking = False host_key_checking = False
[callback_profile_tasks]
task_output_limit = 10
[ssh_connection] [ssh_connection]
ssh_args = -o UserKnownHostsFile=/dev/null -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s ssh_args = -o UserKnownHostsFile=/dev/null -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s
pipelining = True pipelining = True

Loading…
Cancel
Save