|
|
@ -33,7 +33,7 @@ destination_variable = public_dns_name
|
|
|
|
# has 'subnet_id' set, this variable is used. If the subnet is public, setting
|
|
|
|
# has 'subnet_id' set, this variable is used. If the subnet is public, setting
|
|
|
|
# this to 'ip_address' will return the public IP address. For instances in a
|
|
|
|
# this to 'ip_address' will return the public IP address. For instances in a
|
|
|
|
# private subnet, this should be set to 'private_ip_address', and Ansible must
|
|
|
|
# private subnet, this should be set to 'private_ip_address', and Ansible must
|
|
|
|
# be run from with EC2. The key of an EC2 tag may optionally be used; however
|
|
|
|
# be run from within EC2. The key of an EC2 tag may optionally be used; however
|
|
|
|
# the boto instance variables hold precedence in the event of a collision.
|
|
|
|
# the boto instance variables hold precedence in the event of a collision.
|
|
|
|
vpc_destination_variable = ip_address
|
|
|
|
vpc_destination_variable = ip_address
|
|
|
|
|
|
|
|
|
|
|
|