【发布时间】:2017-03-21 10:32:30
【问题描述】:
我正在尝试使用aws_eip 模块的指南将 EIP 分配给 ec2 实例。但是由于某种原因,aws_eip 模块与device_id 存在一些问题。我正在使用 ansible 1.9.4:
TASK: [associate an elastic IP with an instance] ******************************
failed: [localhost] => {"failed": true}
msg: unsupported parameter for module: device_id
FATAL: all hosts have already failed -- aborting
我假设它希望我使用 device_id 以外的其他东西。我应该使用什么?
【问题讨论】:
标签: ansible elastic-ip