We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cec38a commit e320bc8Copy full SHA for e320bc8
autoscaling/configure.sh
@@ -13,6 +13,8 @@ execution=1
13
playbooks_path=$folder/../playbooks/
14
inventory_path=$folder/clusters/$1
15
16
+ssh_options="-i ~/.ssh/cluster.key -o StrictHostKeyChecking=no"
17
+
18
#
19
# A little waiter function to make sure all the nodes are up before we start configure
20
0 commit comments