docs change for deprecation and proxy usage ✔

pull/5630/head
John Davies-Colley 8 years ago
parent 10aaa49beb
commit 92d1bdbdab

@ -328,8 +328,8 @@ builder.
in AWS with the source instance, set the `ssh_keypair_name` field to the name
of the key pair.
- `ssh_private_ip` (boolean) - If `true`, then SSH will always use the private
IP if available. Also works for WinRM. Overrides `ssh_interface`.
- `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.
- `ssh_interface` (string) - One of `public_ip`, `private_ip`,
`public_dns` or `private_dns`. If set, either the public IP address,
@ -338,6 +338,9 @@ builder.
otherwise the private IP address will be used. If not in a VPC the public DNS name
will be used.
If packer is configured for an outbound proxy. To configure WinRM traffic to bypass the proxy
`ssh_interface` can be set to `private_dns`.
- `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
required if you are using an non-default VPC.

@ -321,8 +321,8 @@ builder.
in AWS with the source instance, set the `ssh_keypair_name` field to the name
of the key pair.
- `ssh_private_ip` (boolean) - If `true`, then SSH will always use the private
IP if available. Also works for WinRM. Overrides `ssh_interface`.
- `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.
- `ssh_interface` (string) - One of `public_ip`, `private_ip`,
`public_dns` or `private_dns`. If set, either the public IP address,
@ -331,6 +331,9 @@ builder.
otherwise the private IP address will be used. If not in a VPC the public DNS name
will be used.
If packer is configured for an outbound proxy. To configure WinRM traffic to bypass the proxy
`ssh_interface` can be set to `private_dns`.
- `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
required if you are using an non-default VPC.

@ -225,8 +225,8 @@ builder.
[`ssh_private_key_file`](/docs/templates/communicator.html#ssh_private_key_file)
must be specified with this.
- `ssh_private_ip` (boolean) - If `true`, then SSH will always use the private
IP if available. Also works for WinRM. Overrides `ssh_interface`.
- `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.
- `ssh_interface` (string) - One of `public_ip`, `private_ip`,
`public_dns` or `private_dns`. If set, either the public IP address,
@ -235,6 +235,9 @@ builder.
otherwise the private IP address will be used. If not in a VPC the public DNS name
will be used.
If packer is configured for an outbound proxy. To configure WinRM traffic to bypass the proxy
`ssh_interface` can be set to `private_dns`.
- `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
required if you are using an non-default VPC.

@ -329,8 +329,8 @@ builder.
in AWS with the source instance, set the `ssh_keypair_name` field to the name
of the key pair.
- `ssh_private_ip` (boolean) - If `true`, then SSH will always use the private
IP if available. Also works for WinRM. Overrides `ssh_interface`.
- `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.
- `ssh_interface` (string) - One of `public_ip`, `private_ip`,
`public_dns` or `private_dns`. If set, either the public IP address,
@ -339,6 +339,9 @@ builder.
otherwise the private IP address will be used. If not in a VPC the public DNS name
will be used.
If packer is configured for an outbound proxy. To configure WinRM traffic to bypass the proxy
`ssh_interface` can be set to `private_dns`.
- `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
required if you are using an non-default VPC.

Loading…
Cancel
Save