Campfire

Campfire is a chat service built into Basecamp; you can use this module to send updates to your project stakeholders directly from Ansible, for example:

- name: Send a message to Campfire  campfire:    subscription: "my_subscription"    token: "my_subscription"    room: "Demo"    notify: "loggins"    msg: "The task has completed and all is well"

Get Learn Ansible now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.