| Author: | WAKAYAMA Shirou |
|---|
| parameter | required | default | choices | comments |
|---|---|---|---|---|
| color | no | yellow |
|
Background color for the message. Default is yellow. |
| from | no | Ansible | Name the message will appear be sent from. max 15 characters. Over 15, will be shorten. | |
| msg | yes | The message body. | ||
| msg_format | no | text |
|
message format. html or text. Default is text. |
| notify | no | yes |
|
notify or not (change the tab color, play a sound, etc) |
| room | yes | ID or name of the room. | ||
| token | yes | API token. | ||
| validate_certs | no | yes |
|
If no, SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates. (added in Ansible 1.5.1) |
Note
Requires urllib
Note
Requires urllib2