June 2018
Beginner
578 pages
13h 39m
English
Mattermost is an open source alternative to proprietary services like the ones we have covered elsewhere in the list (for example, Slack, Cisco Webex Teams, and Hipchat):
- name: Send a message to a Mattermost channel mattermost: url: "{{ mattermost.url }}" api_key: "{{ mattermost.api_key }}" text: "The task has completed and all is well" channel: "{{ mattermost.channel }}" username: "{{ mattermost.username }}" icon_url: "{{ mattermost.icon_url }}"
Read now
Unlock full access