mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix links to dynamic inventory script example.
:doc`aws_example` no longer existed.
This commit is contained in:
parent
bafcd7becd
commit
c2a5381438
1 changed files with 2 additions and 2 deletions
|
@ -134,11 +134,11 @@ Host Inventory
|
||||||
``````````````
|
``````````````
|
||||||
|
|
||||||
Once your nodes are spun up, you'll probably want to talk to them again. With a cloud setup, it's best to not maintain a static list of cloud hostnames
|
Once your nodes are spun up, you'll probably want to talk to them again. With a cloud setup, it's best to not maintain a static list of cloud hostnames
|
||||||
in text files. Rather, the best way to handle this is to use the ec2 dynamic inventory script.
|
in text files. Rather, the best way to handle this is to use the ec2 dynamic inventory script. See :ref:`intro_dynamic_inventory`.
|
||||||
|
|
||||||
This will also dynamically select nodes that were even created outside of Ansible, and allow Ansible to manage them.
|
This will also dynamically select nodes that were even created outside of Ansible, and allow Ansible to manage them.
|
||||||
|
|
||||||
See the doc:`aws_example` for how to use this, then flip back over to this chapter.
|
See :ref:`intro_dynamic_inventory` for how to use this, then flip back over to this chapter.
|
||||||
|
|
||||||
.. _aws_tags_and_groups:
|
.. _aws_tags_and_groups:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue