hipchat – Send a message to Hipchat¶
Parameters¶
Examples¶
- hipchat:
room: notif
msg: Ansible task finished
# Use Hipchat API version 2
- hipchat:
api: https://api.hipchat.com/v2/
token: OAUTH2_TOKEN
room: notify
msg: Ansible task finished
Status¶
- This module is guaranteed to have backward compatible interface changes going forward. [stableinterface]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Shirou Wakayama (@shirou)
- Paul Bourdel (@pb8226)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.