mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update example vpc_desitnation_variable example with working settings
This commit is contained in:
parent
1733bf4053
commit
b73c7728f4
1 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ destination_variable = public_dns_name
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in a new issue