Skip to content

Commit

Permalink
Fix missing newline before a list (#257)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1f1f6cf)
  • Loading branch information
CyrilBrulebois authored and patchback[bot] committed Aug 8, 2023
1 parent 4b1520d commit 6d10ea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docsite/rst/inventory_guide/intro_inventory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The simplest inventory is a single file with a list of hosts and groups. The def
You can specify a different inventory file at the command line using the ``-i <path>`` option or in configuration using ``inventory``.

Ansible :ref:`inventory_plugins` support a range of formats and sources to make your inventory flexible and customizable. As your inventory expands, you may need more than a single file to organize your hosts and groups. Here are three options beyond the ``/etc/ansible/hosts`` file:

- You can create a directory with multiple inventory files. See :ref:`inventory_directory`. These can use different formats (YAML, ini, and so on).
- You can pull inventory dynamically. For example, you can use a dynamic inventory plugin to list resources in one or more cloud providers. See :ref:`intro_dynamic_inventory`.
- You can use multiple sources for inventory, including both dynamic inventory and static files. See :ref:`using_multiple_inventory_sources`.
Expand Down

0 comments on commit 6d10ea6

Please sign in to comment.