|
@@ -12,6 +12,8 @@ retry_files_enabled = false
|
|
fact_caching = jsonfile
|
|
fact_caching = jsonfile
|
|
fact_caching_connection = .ansible/cached_facts
|
|
fact_caching_connection = .ansible/cached_facts
|
|
fact_caching_timeout = 900
|
|
fact_caching_timeout = 900
|
|
|
|
+stdout_callback = skippy
|
|
|
|
+callback_whitelist = profile_tasks
|
|
|
|
|
|
[ssh_connection]
|
|
[ssh_connection]
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=900s -o GSSAPIAuthentication=no
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=900s -o GSSAPIAuthentication=no
|