We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c4e637 + 8c446e0 commit f73a930Copy full SHA for f73a930
resources/ansible.cfg
@@ -7,10 +7,15 @@ forks = 1
7
interpreter_python = auto_legacy_silent
8
stdout_callback = yaml
9
gather_subset = !all
10
+callbacks_enabled=ansible.posix.profile_tasks
11
12
[ssh_connection]
13
ssh_args = -o ControlMaster=auto -o ControlPersist=600s -o UserKnownHostsFile=/dev/null -o PubkeyAcceptedKeyTypes=+ssh-rsa -o HostKeyAlgorithms=+ssh-rsa
14
pipelining = True
15
16
[persistent_connection]
17
command_timeout = 590
18
+
19
+[callback_profile_tasks]
20
+sort_order = none
21
+output_limit = 50
0 commit comments