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 3.0.0).

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

playbook_vars

list / elements=string

list of playbook variables to add in the output.

Examples


Authors

  • Aubin Bikouo (@abikouo)

Hint

Configuration entries for each entry type have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up.