mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -07:00
fix various typos in the documentation
This commit is contained in:
parent
56e3d31253
commit
f290c2aec0
8 changed files with 8 additions and 8 deletions
|
@ -60,7 +60,7 @@ Tuning the External Inventory Script
|
|||
|
||||
The stock inventory script system detailed above works for all versions of Ansible, but calling
|
||||
'--host' for every host can be rather expensive, especially if it involves expensive API calls to
|
||||
a remote subsystemm. In Ansible
|
||||
a remote subsystem. In Ansible
|
||||
1.3 or later, if the inventory script returns a top level element called "_meta", it is possible
|
||||
to return all of the host variables in one inventory script call. When this meta element contains
|
||||
a value for "hostvars", the inventory script will not be invoked with "--host" for each host. This
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue