Working with Ansible Inventory - Oracle
docs.oracle.com › en-us › iaasAnsible inventory plugins allow you to define the data sources used to compile an inventory of hosts that Ansible uses to target tasks. These data sources are accessed by using either the -i /path/to/file or the -i 'host1, host2' command line parameters, or from other configuration sources.
Index of all Inventory Plugins — Ansible Documentation
docs.ansible.com › index_inventoryDec 21, 2021 · ansible.builtin.auto – Loads and executes an inventory plugin specified in a YAML config. ansible.builtin.constructed – Uses Jinja2 to construct vars and groups based on existing inventory. ansible.builtin.generator – Uses Jinja2 to construct hosts and groups from patterns. ansible.builtin.ini – Uses an Ansible INI file as inventory source.