Skip to content

Commit

Permalink
Merge pull request #104 from bklvsky/add_ansible_timestamp
Browse files Browse the repository at this point in the history
Enable timestamps in ansible logs
  • Loading branch information
Korulag authored Sep 5, 2024
2 parents 4c4e637 + 8c446e0 commit f73a930
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ forks = 1
interpreter_python = auto_legacy_silent
stdout_callback = yaml
gather_subset = !all
callbacks_enabled=ansible.posix.profile_tasks

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

[persistent_connection]
command_timeout = 590

[callback_profile_tasks]
sort_order = none
output_limit = 50

0 comments on commit f73a930

Please sign in to comment.