Broken link fixed. (#51492)
Fixes #51433 Signed-off-by: Satyajit Bulage <sbulage@redhat.com>
This commit is contained in:
parent
c6a9534d61
commit
dab381dd71
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Working With Dynamic Inventory
|
|||
|
||||
If your Ansible inventory fluctuates over time, with hosts spinning up and shutting down in response to business demands, the static inventory solutions described in :ref:`inventory` will not serve your needs. You may need to track hosts from multiple sources: cloud providers, LDAP, `Cobbler <https://cobbler.github.io>`_, and/or enterprise CMDB systems.
|
||||
|
||||
Ansible integrates all of these options via a dynamic external inventory system. Ansible supports two ways to connect with external inventory: :ref:`inventory_plugins` and `inventory scripts <https://github.com/ansible/ansible/tree/devel/contrib/inventory>`.
|
||||
Ansible integrates all of these options via a dynamic external inventory system. Ansible supports two ways to connect with external inventory: :ref:`inventory_plugins` and `inventory scripts <https://github.com/ansible/ansible/tree/devel/contrib/inventory>`_.
|
||||
|
||||
Inventory plugins take advantage of the most recent updates to Ansible's core code. We recommend plugins over scripts for dynamic inventory. You can :ref:`write your own plugin <developing_inventory>` to connect to additional dynamic inventory sources.
|
||||
|
||||
|
|
Loading…
Reference in a new issue