clarify that ssh_interface works for winrm

This commit is contained in:
Matthew Hooker 2017-12-21 15:31:52 -08:00
parent a8e30bc796
commit 0ae1df2071
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
4 changed files with 8 additions and 8 deletions

View File

@ -336,9 +336,9 @@ builder.
private IP address, public DNS name or private DNS name will used as the host for SSH.
The default behaviour if inside a VPC is to use the public IP address if available,
otherwise the private IP address will be used. If not in a VPC the public DNS name
will be used.
will be used. Also works for WinRM.
Where Packer is configured for an outbound proxy but WinRM traffic should be direct
Where Packer is configured for an outbound proxy but WinRM traffic should be direct,
`ssh_interface` must be set to `private_dns` and `<region>.compute.internal` included
in the `NO_PROXY` environment variable.

View File

@ -329,9 +329,9 @@ builder.
private IP address, public DNS name or private DNS name will used as the host for SSH.
The default behaviour if inside a VPC is to use the public IP address if available,
otherwise the private IP address will be used. If not in a VPC the public DNS name
will be used.
will be used. Also works for WinRM.
Where Packer is configured for an outbound proxy but WinRM traffic should be direct
Where Packer is configured for an outbound proxy but WinRM traffic should be direct,
`ssh_interface` must be set to `private_dns` and `<region>.compute.internal` included
in the `NO_PROXY` environment variable.

View File

@ -233,9 +233,9 @@ builder.
private IP address, public DNS name or private DNS name will used as the host for SSH.
The default behaviour if inside a VPC is to use the public IP address if available,
otherwise the private IP address will be used. If not in a VPC the public DNS name
will be used.
will be used. Also works for WinRM.
Where Packer is configured for an outbound proxy but WinRM traffic should be direct
Where Packer is configured for an outbound proxy but WinRM traffic should be direct,
`ssh_interface` must be set to `private_dns` and `<region>.compute.internal` included
in the `NO_PROXY` environment variable.

View File

@ -337,9 +337,9 @@ builder.
private IP address, public DNS name or private DNS name will used as the host for SSH.
The default behaviour if inside a VPC is to use the public IP address if available,
otherwise the private IP address will be used. If not in a VPC the public DNS name
will be used.
will be used. Also works for WinRM.
Where Packer is configured for an outbound proxy but WinRM traffic should be direct
Where Packer is configured for an outbound proxy but WinRM traffic should be direct,
`ssh_interface` must be set to `private_dns` and `<region>.compute.internal` included
in the `NO_PROXY` environment variable.