mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[cloud] Typo fixes for ec2 dynamic inventory (#32957)
This commit is contained in:
parent
61cc8b2356
commit
d7ca068c3f
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@ variables needed for Boto have already been set:
|
||||||
export AWS_ACCESS_KEY_ID='AK123'
|
export AWS_ACCESS_KEY_ID='AK123'
|
||||||
export AWS_SECRET_ACCESS_KEY='abc123'
|
export AWS_SECRET_ACCESS_KEY='abc123'
|
||||||
|
|
||||||
optional region environment variable if region is 'auto'
|
Optional region environment variable if region is 'auto'
|
||||||
|
|
||||||
This script also assumes there is an ec2.ini file alongside it. To specify a
|
This script also assumes that there is an ec2.ini file alongside it. To specify a
|
||||||
different path to ec2.ini, define the EC2_INI_PATH environment variable:
|
different path to ec2.ini, define the EC2_INI_PATH environment variable:
|
||||||
|
|
||||||
export EC2_INI_PATH=/path/to/my_ec2.ini
|
export EC2_INI_PATH=/path/to/my_ec2.ini
|
||||||
|
@ -95,7 +95,7 @@ consistency with variable spellings (camelCase and underscores) since this
|
||||||
just loops through all variables the object exposes. It is preferred to use the
|
just loops through all variables the object exposes. It is preferred to use the
|
||||||
ones with underscores when multiple exist.
|
ones with underscores when multiple exist.
|
||||||
|
|
||||||
In addition, if an instance has AWS Tags associated with it, each tag is a new
|
In addition, if an instance has AWS tags associated with it, each tag is a new
|
||||||
variable named:
|
variable named:
|
||||||
- ec2_tag_[Key] = [Value]
|
- ec2_tag_[Key] = [Value]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue