我如何在预览中使用ansible模块?

时间:2017-07-15 04:03:32

标签: amazon-web-services ansible amazon-elb

我正在尝试使用elb_target_groupelb_application_lb模块,这些模块根据doc网站声明New in version 2.4并且当前的ansible版本为2.3

那么我如何在预览模式下使用这些模块?

当我将它们添加到我的剧本并尝试运行时,我得到以下

ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.

- elb_target_group:
  ^ here

任何帮助将不胜感激。

1 个答案:

答案 0 :(得分:1)

没有"预览模式"。您需要安装适当的Ansible版本。从GitHub存储库安装的说明已发布here

  

要从源代码安装,请克隆Ansible git存储库:

$ git clone git://github.com/ansible/ansible.git --recursive
$ cd ./ansible
$ source ./hacking/env-setup

最重要的是,你似乎在模块名称之后缺少冒号。