Skip to content
Snippets Groups Projects
Commit 8163f9ba authored by Pierre Riteau's avatar Pierre Riteau
Browse files

CI: Add timing information to Ansible output

Change-Id: I42c4a44afe8b0b19a2d7d14d9b748bf1e2ca5c10
parent 4e2a0d2e
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,9 @@ ...@@ -11,6 +11,9 @@
fact_caching = jsonfile fact_caching = jsonfile
fact_caching_connection = /tmp/kayobe-facts fact_caching_connection = /tmp/kayobe-facts
# Add timing information to output
callbacks_enabled = ansible.posix.profile_tasks
[ssh_connection] [ssh_connection]
pipelining = True pipelining = True
retries = 3 retries = 3
...@@ -24,6 +27,9 @@ ...@@ -24,6 +27,9 @@
fact_caching = jsonfile fact_caching = jsonfile
fact_caching_connection = /tmp/kolla-ansible-facts fact_caching_connection = /tmp/kolla-ansible-facts
# Add timing information to output
callbacks_enabled = ansible.posix.profile_tasks
[ssh_connection] [ssh_connection]
pipelining = True pipelining = True
retries = 3 retries = 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment