6435ec7521
This merges advanced configuration and inventory, from the operations guide into the reference guide. This avoids duplications of the documentation accross the guides. Change-Id: I6fd758b89a84698b0ac8e227d97cb24914bc2066
19 lines
561 B
ReStructuredText
19 lines
561 B
ReStructuredText
Advanced inventory topics
|
|
=========================
|
|
|
|
Changing the base environment directory
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
The ``--environment/-e`` argument will take the path to a directory containing
|
|
an ``env.d`` directory. This defaults to ``inventory/`` in the
|
|
OpenStack-Ansible codebase.
|
|
|
|
Contents of this directory are populated into the environment *before* the
|
|
``env.d`` found in the directory specified by ``--config``.
|
|
|
|
Dynamic Inventory API documentation
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. automodule:: dynamic_inventory
|
|
:members:
|