cloud.common.turbo_demo lookup – A demo for lookup plugins on cloud.common
Note
This lookup plugin is part of the cloud.common collection (version 2.1.4).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install cloud.common
.
To use it in a playbook, specify: cloud.common.turbo_demo
.
Synopsis
return the parent process of the running process
Keyword parameters
This describes keyword parameters of the lookup. These are the values key1=value1
, key2=value2
and so on in the following
examples: lookup('cloud.common.turbo_demo', key1=value1, key2=value2, ...)
and query('cloud.common.turbo_demo', key1=value1, key2=value2, ...)
Parameter |
Comments |
---|---|
list of playbook variables to add in the output. |
Examples