cloud.common.turbo_demo 模块 – ansible_module.turbo 的演示模块

注意

此模块是 cloud.common 集合(版本 4.0.0)的一部分。

如果您正在使用 ansible 包,您可能已经安装了这个集合。它不包含在 ansible-core 中。要检查是否已安装,请运行 ansible-galaxy collection list

要安装它,请使用:ansible-galaxy collection install cloud.common

要在 playbook 中使用它,请指定:cloud.common.turbo_demo

cloud.common 1.0.0 中的新功能

概要

  • 此模块是 ansible_module.turbo 集成的一个示例。

示例

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

作者

  • Gonéri Le Bouder (@goneri)