fixing wording for proxy usage 👌

This commit is contained in:
John Davies-Colley 2017-12-06 17:13:02 +13:00
parent 92d1bdbdab
commit 76ac755ed9
4 changed files with 13 additions and 9 deletions

View File

@ -338,8 +338,9 @@ builder.
otherwise the private IP address will be used. If not in a VPC the public DNS name otherwise the private IP address will be used. If not in a VPC the public DNS name
will be used. will be used.
If packer is configured for an outbound proxy. To configure WinRM traffic to bypass the proxy Where Packer is configured for an outbound proxy but WinRM traffic should be direct
`ssh_interface` can be set to `private_dns`. `ssh_interface` must be set to `private_dns` and `<region>.compute.internal` included
in the `NO_PROXY` environment variable.
- `subnet_id` (string) - If using VPC, the ID of the subnet, such as - `subnet_id` (string) - If using VPC, the ID of the subnet, such as
`subnet-12345def`, where Packer will launch the EC2 instance. This field is `subnet-12345def`, where Packer will launch the EC2 instance. This field is

View File

@ -331,8 +331,9 @@ builder.
otherwise the private IP address will be used. If not in a VPC the public DNS name otherwise the private IP address will be used. If not in a VPC the public DNS name
will be used. will be used.
If packer is configured for an outbound proxy. To configure WinRM traffic to bypass the proxy Where Packer is configured for an outbound proxy but WinRM traffic should be direct
`ssh_interface` can be set to `private_dns`. `ssh_interface` must be set to `private_dns` and `<region>.compute.internal` included
in the `NO_PROXY` environment variable.
- `subnet_id` (string) - If using VPC, the ID of the subnet, such as - `subnet_id` (string) - If using VPC, the ID of the subnet, such as
`subnet-12345def`, where Packer will launch the EC2 instance. This field is `subnet-12345def`, where Packer will launch the EC2 instance. This field is

View File

@ -235,8 +235,9 @@ builder.
otherwise the private IP address will be used. If not in a VPC the public DNS name otherwise the private IP address will be used. If not in a VPC the public DNS name
will be used. will be used.
If packer is configured for an outbound proxy. To configure WinRM traffic to bypass the proxy Where Packer is configured for an outbound proxy but WinRM traffic should be direct
`ssh_interface` can be set to `private_dns`. `ssh_interface` must be set to `private_dns` and `<region>.compute.internal` included
in the `NO_PROXY` environment variable.
- `subnet_id` (string) - If using VPC, the ID of the subnet, such as - `subnet_id` (string) - If using VPC, the ID of the subnet, such as
`subnet-12345def`, where Packer will launch the EC2 instance. This field is `subnet-12345def`, where Packer will launch the EC2 instance. This field is

View File

@ -329,7 +329,7 @@ builder.
in AWS with the source instance, set the `ssh_keypair_name` field to the name in AWS with the source instance, set the `ssh_keypair_name` field to the name
of the key pair. of the key pair.
- `ssh_private_ip` (boolean) - *Deprecated* use `ssh_interface` instead. If `true`, - `ssh_private_ip` (boolean) - *Deprecated* use `ssh_interface` instead. If `true`,
then SSH will always use the private IP if available. Also works for WinRM. then SSH will always use the private IP if available. Also works for WinRM.
- `ssh_interface` (string) - One of `public_ip`, `private_ip`, - `ssh_interface` (string) - One of `public_ip`, `private_ip`,
@ -339,8 +339,9 @@ builder.
otherwise the private IP address will be used. If not in a VPC the public DNS name otherwise the private IP address will be used. If not in a VPC the public DNS name
will be used. will be used.
If packer is configured for an outbound proxy. To configure WinRM traffic to bypass the proxy Where Packer is configured for an outbound proxy but WinRM traffic should be direct
`ssh_interface` can be set to `private_dns`. `ssh_interface` must be set to `private_dns` and `<region>.compute.internal` included
in the `NO_PROXY` environment variable.
- `subnet_id` (string) - If using VPC, the ID of the subnet, such as - `subnet_id` (string) - If using VPC, the ID of the subnet, such as
`subnet-12345def`, where Packer will launch the EC2 instance. This field is `subnet-12345def`, where Packer will launch the EC2 instance. This field is