diff --git a/docsite/rst/intro_inventory.rst b/docsite/rst/intro_inventory.rst index 63a090ccfc..77cfa39163 100644 --- a/docsite/rst/intro_inventory.rst +++ b/docsite/rst/intro_inventory.rst @@ -8,7 +8,8 @@ Inventory Ansible works against multiple systems in your infrastructure at the same time. It does this by selecting portions of systems listed in Ansible's inventory file, which defaults to being saved in -the location ``/etc/ansible/hosts``. +the location ``/etc/ansible/hosts``. You can specify a different inventory file using the +``-i `` option on the command line. Not only is this inventory configurable, but you can also use multiple inventory files at the same time (explained below) and also