mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-21 19:43:59 -07:00
AWS Guide overhaul, WIP.
This commit is contained in:
parent
86b21a1b8d
commit
fe06241986
2 changed files with 142 additions and 214 deletions
|
@ -189,7 +189,9 @@ To see the complete list of variables available for an instance, run the script
|
|||
./ec2.py --host ec2-12-12-12-12.compute-1.amazonaws.com
|
||||
|
||||
Note that the AWS inventory script will cache results to avoid repeated API calls, and this cache setting is configurable in ec2.ini. To
|
||||
explicitly clear the cache, you can run the ec2.py script with the ``--refresh-cache`` parameter.
|
||||
explicitly clear the cache, you can run the ec2.py script with the ``--refresh-cache`` parameter::
|
||||
|
||||
# ./ec2.py --refresh-cache
|
||||
|
||||
.. _other_inventory_scripts:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue