1

如果我只创建了一个 ec2instance,我编写的 yml 可以正常工作,但如果我必须提供超过 1 个 ec2 实例,那么这个 yml 代码会失败。

我想等待 ssh 出现 2 个不同的 ec2 实例

 - name: 7. Wait for SSH to come up
   local_action: wait_for
                 host={{ item.public_ip }}
                 port=22
                 state=started
   with_items: "{{ ec2.instances }}"
4

0 回答 0