cloud.common.turbo_demo module – A demo module for ansible_module.turbo

Note

This module is part of the cloud.common collection (version 4.2.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.

Note

The cloud.common collection will be removed from Ansible 12. The collection does not work with ansible-core 2.19, and is no longer needed by any other collection included in Ansible 12. Once removed, you can still install the collection manually with ansible-galaxy collection install cloud.common. See the discussion thread for more information.

New in cloud.common 1.0.0

Synopsis

  • This module is an example of an ansible_module.turbo integration.

Examples

- name: Run the module
  cloud.common.turbo_demo:

Authors

  • Gonéri Le Bouder (@goneri)