Update example vpc_desitnation_variable example with working settings

This commit is contained in:
Anthony Robinson 2016-02-01 11:05:46 -05:00
parent 1733bf4053
commit b73c7728f4

View file

@ -35,9 +35,9 @@ destination_variable = public_dns_name
# 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 within 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.
# WARNING: - instances that are in the private vpc, _without_ public ip address # WARNING: - instances that are in the private vpc, _without_ public ip address
# will not be listed in the inventory until You set: # will not be listed in the inventory until You set:
# vpc_destination_variable = 'private_ip_address' # vpc_destination_variable = private_ip_address
vpc_destination_variable = ip_address vpc_destination_variable = ip_address
# To tag instances on EC2 with the resource records that point to them from # To tag instances on EC2 with the resource records that point to them from
@ -144,7 +144,7 @@ group_by_elasticache_replication_group = True
# You can use wildcards in filter values also. Below will list instances which # You can use wildcards in filter values also. Below will list instances which
# tag Name value matches webservers1* # tag Name value matches webservers1*
# (ex. webservers15, webservers1a, webservers123 etc) # (ex. webservers15, webservers1a, webservers123 etc)
# instance_filters = tag:Name=webservers1* # instance_filters = tag:Name=webservers1*
# A boto configuration profile may be used to separate out credentials # A boto configuration profile may be used to separate out credentials