mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Merge pull request #14244 from anthonycrobinson/devel
Update example vpc_desitnation_variable example with working settings
This commit is contained in:
commit
25f403d36d
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…
Add table
Add a link
Reference in a new issue