我正在尝试使用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 以外的东西。我应该使用什么?