commit | 5de1ea1f1e7ae7dc89cbd342afe61bb02246505b | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Sun Feb 12 07:52:48 2017 -0800 |
committer | Andy Bavier <andy@onlab.us> | Sun Feb 12 07:52:48 2017 -0800 |
tree | 1dcd1bc4ee9272ccca9300bb0856c303e1feccad | |
parent | 45e44a4593a6c4f0a6ac10a69e9f10320c78b7a8 [diff] [blame] |
Attempting to make SSH more robust Change-Id: I7555198d5e0266c309206463c4e916c983d21c1a
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