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.
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.
Inventory plugins — Ansible Documentation
docs.ansible.com › latest › pluginsDec 21, 2021 · Inventory plugins allow users to point at data sources to compile the inventory of hosts that Ansible uses to target tasks, either using the -i /path/to/file and/or -i 'host1, host2' command line parameters or from other configuration sources. If necessary, you can create custom inventory plugins.