forked from fediversity/fediversity
verbose wait
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
a40a23a3d7
commit
3eb42e7991
1 changed files with 2 additions and 2 deletions
|
|
@ -182,8 +182,8 @@ resource "null_resource" "wait_for_ssh" {
|
||||||
]
|
]
|
||||||
provisioner "local-exec" {
|
provisioner "local-exec" {
|
||||||
command = <<-EOT
|
command = <<-EOT
|
||||||
for i in $(seq 1 10); do
|
for i in $(seq 1 30); do
|
||||||
if ssh \
|
if ssh -vvv \
|
||||||
-i "${var.key_file}" \
|
-i "${var.key_file}" \
|
||||||
-o BatchMode=yes \
|
-o BatchMode=yes \
|
||||||
-o StrictHostKeyChecking=no \
|
-o StrictHostKeyChecking=no \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue