Skip to content

Commit

Permalink
Add note on where inventory scripts moved to' (ansible#71638)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2f240f5)
  • Loading branch information
samccann committed Sep 10, 2020
1 parent 57b5069 commit 39abb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docsite/rst/user_guide/intro_dynamic_inventory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Note that the OpenStack dynamic inventory script will cache results to avoid rep
Other inventory scripts
=======================

You can find all included inventory scripts in the `contrib/inventory directory <https://github.com/ansible/ansible/tree/stable-2.9/contrib/inventory>`_. General usage is similar across all inventory scripts. You can also :ref:`write your own inventory script <developing_inventory>`.
In Ansible 2.10 and later, inventory scripts moved to their associated collections. Many are now in the `community.general scripts/inventory directory <https://github.com/ansible-collections/community.general/tree/main/scripts/inventory>`_. We recommend you use :ref:`inventory_plugins` instead.

.. _using_multiple_sources:

Expand Down

0 comments on commit 39abb8c

Please sign in to comment.