From 00c6efd5cf0dab7100355d1b15050f9064a9032d Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Fri, 4 Sep 2020 16:48:47 -0700 Subject: [PATCH] document previously undocumented ssh options for cloudstack --- website/pages/docs/builders/cloudstack.mdx | 24 ++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/website/pages/docs/builders/cloudstack.mdx b/website/pages/docs/builders/cloudstack.mdx index e09986034..d362799ca 100644 --- a/website/pages/docs/builders/cloudstack.mdx +++ b/website/pages/docs/builders/cloudstack.mdx @@ -145,14 +145,6 @@ builder. - `security_groups` (array of strings) - A list of security group IDs or names to associate the instance with. -- `ssh_agent_auth` (boolean) - If true, the local SSH agent will be used to - authenticate connections to the source instance. No temporary keypair will - be created, and the values of `ssh_password` and `ssh_private_key_file` - will be ignored. To use this option with a key pair already configured in - the source image, leave the `keypair` blank. To associate an existing key - pair with the source instance, set the `keypair` field to the name of the - key pair. - - `ssl_no_verify` (boolean) - Set to `true` to skip SSL verification. Defaults to `false`. @@ -205,6 +197,22 @@ The available variables are: configuration parameter. If `http_directory` isn't specified, these will be blank. Example: `{{.HTTPIP}}:{{.HTTPPort}}/path/to/a/file/in/http_directory` +### Communicator Configuration + +#### Optional: + +@include 'helper/communicator/Config-not-required.mdx' + +@include 'helper/communicator/SSH-not-required.mdx' + +@include 'helper/communicator/SSH-Temporary-Key-Pair-not-required.mdx' + +@include 'helper/communicator/SSH-Key-Pair-Name-not-required.mdx' + +@include 'helper/communicator/SSH-Private-Key-File-not-required.mdx' + +@include 'helper/communicator/SSH-Agent-Auth-not-required.mdx' + ## Basic Example Here is a basic example.