Skip to content

Commit f73a930

Browse files
authored
Merge pull request #104 from bklvsky/add_ansible_timestamp
Enable timestamps in ansible logs
2 parents 4c4e637 + 8c446e0 commit f73a930

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

resources/ansible.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,15 @@ forks = 1
77
interpreter_python = auto_legacy_silent
88
stdout_callback = yaml
99
gather_subset = !all
10+
callbacks_enabled=ansible.posix.profile_tasks
1011

1112
[ssh_connection]
1213
ssh_args = -o ControlMaster=auto -o ControlPersist=600s -o UserKnownHostsFile=/dev/null -o PubkeyAcceptedKeyTypes=+ssh-rsa -o HostKeyAlgorithms=+ssh-rsa
1314
pipelining = True
1415

1516
[persistent_connection]
1617
command_timeout = 590
18+
19+
[callback_profile_tasks]
20+
sort_order = none
21+
output_limit = 50

0 commit comments

Comments
 (0)