lework.github.io
lework.github.io copied to clipboard
Ansible 开发模块 之【企业微信通知】
https://lework.github.io/2019/07/03/ansible-wechat-module/
需求 实现需求当ansible执行完任务时,通过企业微信通知到用户。实现使用ansible的fetch_url获取企业微信接口的token,然后像发送消息的接口post我们准备好的数据。