commit | 9b208d40d26aaa95af678a1a53316483c370b141 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Sun Feb 12 07:52:20 2017 -0800 |
committer | Andy Bavier <andy@onlab.us> | Sun Feb 12 08:47:30 2017 -0800 |
tree | fccd9446f950f294bcbaf1093d6585ca69215b2f | |
parent | 0552825d8db120e76d9f98ae9a623ce7a59f4448 [diff] |
Attempting to make SSH more robust Change-Id: I068de5b362c39949c5359829c1107b8d3cabc522
diff --git a/group_vars/all b/group_vars/all new file mode 100644 index 0000000..4f71380 --- /dev/null +++ b/group_vars/all
@@ -0,0 +1,3 @@ +--- +# file: group_vars/all +ansible_ssh_common_args: "-o ConnectionAttempts=20" \ No newline at end of file