mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-06 08:57:37 -02:30
Merge pull request #1028 from holser/ansible.cfg
Add timings to RECAP output.
This commit is contained in:
@@ -9,3 +9,4 @@ fact_caching = jsonfile
|
|||||||
fact_caching_connection = /tmp
|
fact_caching_connection = /tmp
|
||||||
stdout_callback = skippy
|
stdout_callback = skippy
|
||||||
library = ./library
|
library = ./library
|
||||||
|
callback_whitelist = profile_tasks
|
||||||
|
|||||||
@@ -6,3 +6,5 @@ host_key_checking=False
|
|||||||
gathering = smart
|
gathering = smart
|
||||||
fact_caching = jsonfile
|
fact_caching = jsonfile
|
||||||
fact_caching_connection = /tmp
|
fact_caching_connection = /tmp
|
||||||
|
stdout_callback = skippy
|
||||||
|
callback_whitelist = profile_tasks
|
||||||
|
|||||||
Reference in New Issue
Block a user