salt使用技巧

实时截获任务输出

  __salt__['event.send']("module_send_event", {'message': message, 'jid': jid},
                               preload={'_immediate': True}) 
原文地址:https://www.cnblogs.com/slqt/p/9830874.html