Commit Graph

10 Commits (45423973fc23a2f184d2f871f16119db5c5102ff)

Author SHA1 Message Date
Toshio Kuratomi 88eff11c04 Many more doc fixes 9 years ago
Greg DeKoenigsberg 5180a64745 Adding author's github id 9 years ago
Matt Martz e568032bc3 Fix up modules that have python24 syntax error 10 years ago
Brian Coca 18711b32a9 Merge pull request #218 from wkf/patch-1
Allow sending direct messages with slack module
10 years ago
Brian Coca 671317e0e1 added version added to new color option 10 years ago
Phillip Holmes d7030e9604 added color bar option to Slack module
This update will allow people to add a color bar at the front of a
Slack notification using the default 3 colors by name Slack specify
(good, warning, danger).

If no color is specified, or the default is used (normal) then no bar
will be added.

Description and example also added in this update.

Color bars are added by using the attachments json object inside the
payload - this is a very simplistic implementation as using custom
colors or adding titles or other formatting are not included in this
update and if needed I’m sure somebody else can spend the time to add
them later…

Tested with ansible 1.7
10 years ago
Toshio Kuratomi a5e0fc331d The old slack webhook API still works. It's just deprecated by slack.
Analyze the given token and use the old webhook format if the token
is old style and use the new format if the token is new style.  Make
domain optional with new-style tokens.

Fixes #157
10 years ago
Will b1629ac77a Allow sending direct messages with slack module 10 years ago
Toby Evans 513eadbd92 Update the webhook url
This change fixes the 404 seen with the current version.

fixes #100
10 years ago
Michael DeHaan b1e789968b File extensions! 10 years ago