a52bc44f5a
* Fix broken CI jobs Adjust image and image_family scenarios for debian. Checkout CI file for upgrades * add debugging to file download * Fix download for alternate playbooks * Update ansible ssh args to force ssh user * Update sync_container.yml
11 lines
308 B
INI
11 lines
308 B
INI
[ssh_connection]
|
|
pipelining=True
|
|
ansible_ssh_common_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100
|
|
[defaults]
|
|
forks = 20
|
|
host_key_checking=False
|
|
gathering = smart
|
|
fact_caching = jsonfile
|
|
fact_caching_connection = /tmp
|
|
stdout_callback = skippy
|
|
callback_whitelist = profile_tasks
|