commit | d5697f65271a234b93ad950ffb35caf0bedf7c3a | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Wed Nov 23 09:10:46 2016 -0800 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Wed Nov 23 09:10:46 2016 -0800 |
tree | 8ea438f0c9199350ee9a872527036756995cfabf | |
parent | 45e454e9b658d58aa6f2dcc5018f002f6d07d8d1 [diff] |
add ansible config to get timestamps plus more Change-Id: I9ea1dcc34fcb45fb91d84f1dba291d4bbafc21e1
diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..8c02f3f --- /dev/null +++ b/ansible.cfg
@@ -0,0 +1,9 @@ +[ssh_connection] +ssh_args=-o ControlMaster=no + +[defaults] +callback_whitelist = profile_tasks +host_key_checking = false +forks=20 +timeout=30 +