我正在使用Map功能从外围设备列表中检索设备信息,但我想设置一个计时器,其中有一个时间间隔,在该时间内我断开连接并移至下一个设备。
- hosts: local
tasks:
- name: "Send a mail"
mail:
host: "mail.example.com"
port: 25
to: "john.doe@example.com"
from: "nobody@example.com"
subject: "testmail"
body: "This is a Testmail"