Merge "CI: Add timing information to Ansible output"
This commit is contained in:
commit
b250fbc10e
@ -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 @@
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user