document previously undocumented ssh options for oracle classic

This commit is contained in:
Megan Marsh 2020-09-04 16:49:31 -07:00
parent f3633da200
commit 850fda6aa1
1 changed files with 15 additions and 0 deletions

View File

@ -159,6 +159,8 @@ If this is set, a few more options become available.
}
```
See below for more details on configuring this communicator.
- `builder_image_list` (string) - This is the image to use for the builder
instance. This _must_ be a linux image, and Oracle Linux is recommended.
Default: `/oracle/public/OL_7.2_UEKR4_x86_64`.
@ -181,6 +183,19 @@ If this is set, a few more options become available.
variables: `{{ .Username }}`, `{{ .Password }}`, `{{ .AccountID }}`,
`{{ .ImageFile }}`, and `{{ .SegmentPath }}`.
### Communicator Configuration
The `builder_communicator` has the following options:
#### Optional:
@include 'helper/communicator/Config-not-required.mdx'
@include 'helper/communicator/SSH-not-required.mdx'
@include 'helper/communicator/SSH-Private-Key-File-not-required.mdx'
## Basic Example
Here is a basic example. Note that account specific configuration has been