vagrant/website/data/intro-nav-data.json
Chris Roberts 4f79fe59c6
Provide configurable retries for connect on SSH communicator
Adds two new options to the SSH connect configuration: `connect_retries`
and `connect_retry_delay`. Provides user configurable values used when
establishing the SSH connection. Previous behavior would retry generally
by the default value without a pause between attempts. Updated behavior
will retry the number of times set within the config (unless value is
provided directly to connect call) and each retry will pause based on
the delay value set in the config (unless value is provided directly
to the connect call).
2025-03-20 17:44:47 -07:00

39 lines
671 B
JSON

[
{
"title": "What is Vagrant?",
"path": ""
},
{
"title": "Vagrant vs. Other Software",
"routes": [
{
"title": "Overview",
"path": "vs"
},
{
"title": "CLI Tools",
"path": "vs/cli-tools"
},
{
"title": "Docker",
"path": "vs/docker"
},
{
"title": "Terraform",
"path": "vs/terraform"
}
]
},
{
"title": "Getting Started",
"href": "https://developer.hashicorp.com/vagrant/tutorials/get-started"
},
{
"title": "Contributing",
"path": "contributing-guide"
},
{
"title": "Support",
"path": "support"
}
]