Merge pull request #7103 from mmillican/patch-1

Add note about using ssh_interface for WinRM
This commit is contained in:
Megan Marsh 2018-12-12 15:37:33 -08:00 committed by GitHub
commit 806ad60a64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,6 +170,8 @@ And the following MACs:
The WinRM communicator has the following options.
- `winrm_host` (string) - The address for WinRM to connect to.
NOTE: If using an Amazon EBS builder, you can specify the interface WinRM connects to via [`ssh_interface`](https://www.packer.io/docs/builders/amazon-ebs.html#ssh_interface)
- `winrm_insecure` (boolean) - If `true`, do not check server certificate
chain and host name.