Note
This module is part of ansible-base
and included in all Ansible installations. In most cases, you can use the short module name script even without specifying the collections:
keyword. Despite that, we recommend you use the FQCN for easy linking to the module documentation and to avoid conflicting with other collections that may have the same module name.
New in version 2.4: of ansible.builtin
--list
and --host <hostname>
as arguments. --host
will only be used if no _meta
key is present. This is a performance optimization as the script would be called per host otherwise.Parameter | Choices/Defaults | Configuration | Comments |
---|---|---|---|
always_show_stderr boolean added in 2.5.1 of ansible.builtin |
| ini entries: [inventory_plugin_script] env:ANSIBLE_INVENTORY_PLUGIN_SCRIPT_STDERR | Toggle display of stderr even when script was successful |
cache string Removed in: version 2.12 Why: This option has never been in use. External scripts must implement their own caching. Alternative: | ini entries: [inventory_plugin_script] env:ANSIBLE_INVENTORY_PLUGIN_SCRIPT_CACHE | This option has no effect. The plugin will not cache results because external inventory scripts are responsible for their own caching. This option will be removed in 2.12. |
Note
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.10/collections/ansible/builtin/script_inventory.html