clarify that ssh_interface works for winrm

pull/5763/head
Matthew Hooker 9 years ago
parent a8e30bc796
commit 0ae1df2071
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

@ -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.

@ -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.

@ -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.

@ -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.

Loading…
Cancel
Save