Commit Graph

134 Commits (8acc31e1d3db153cdecd28334d5d1b227b9de3b1)

Author SHA1 Message Date
dhutty 33b845a14f Additional example, not using local_action 10 years ago
Brian Coca a9910c7de5 Merge pull request #423 from JeanFred/hipchat-checkmode
Add check_mode support to HipChat module
10 years ago
Matt Martz 265fefd7ec Give pushover a .py file extension 10 years ago
Matt Martz e568032bc3 Fix up modules that have python24 syntax error 10 years ago
Jean-Fred Berthelot f0508fa30e Add check_mode support to HipChat module
The HipChat module declares to support check_mode,
but the message is sent in any case.

With this, if executed in check mode, the module will exit
before actually sending the message to HipChat.

It will return changed=False, as per the convention
for notifications modules.
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 0c716e0435 Merge pull request #367 from SDFE/devel
Import boto.ec2 in sns to allow boto profiles to be used
10 years ago
Matt Jaynes 39028d6cef Remove mentions of 'msg' alias 10 years ago
Matt Jaynes a56c8ebff1 Document 'msg' param and fix examples
The 'msg' alias for 'subject' isn't in the documentation, so adding it.

In the gmail example, it uses both the 'subject' and 'msg' params, but 'msg' is an alias of 'subject', so you are essentially declaring the same param twice. If you use this example, then no subject is sent (I tested with gmail). Documentation example is updated to use 'body' as intended.

Also, updated the simple example to use 'subject' instead of the 'msg' alias since it is more explicit.
10 years ago
Matthew Makai 6522e4e016 updating main for loop based on @abadger code review 10 years ago
Matthew Makai c72be32b94 fixing typo in documentation 10 years ago
Matthew Makai 9f4ad02469 updating twilio module to optionally support MMS 10 years ago
Matthew Makai 3e1ffd12c7 updating twilio module docs and making it possible to send to a list of phone numbers 10 years ago
Matthew Makai 2f2a69ad88 updating sendgrid module based on code review by @abadger 10 years ago
Matthew Makai 757a047a79 adding sendgrid module to extras 10 years ago
rhorer 14bb55e67e Update twilio.py module name in Examples 10 years ago
Joe Ray 42e761df4a Import boto.ec2 in sns to allow boto profiles to be used 10 years ago
Brian Coca 510b77ca0e minor documentation fixes 10 years ago
Brian Coca 8e1024ff30 updated pushover version added 10 years ago
Brian Coca 6dc9f4bdba Merge pull request #78 from weaselkeeper/devel
Pushover notification 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
Brian Coca 2652d5daf6 Merge pull request #329 from uxp/patch-1
Fix typo in hipchat notification failure message.
10 years ago
Brian Coca 98683ebb18 Merge pull request #330 from bhcopeland/devel
Added example block for the "SMTP username and password"
10 years ago
Ben Copeland b01c2cee66 Added example block for the "SMTP username and password" 10 years ago
HPLogsdon c622c54e9e Fix typo in hipchat notification failure message.
Wish it could be more substantial, but alas, it's just a typo in a string.
10 years ago
Brian Coca 696bc60caa fixed doc issue (missing description and corrected version added) 10 years ago
Brian Coca 21ba3b3fa6 Merge pull request #42 from bhcopeland/devel
adding username/password support along with ssl/starttls to mail
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
Ben Copeland 57be6d7ac4 Catch the error for non-ssl SMTP 10 years ago
Will b1629ac77a Allow sending direct messages with slack module 10 years ago
Toshio Kuratomi 4b1184e3a1 Merge pull request #112 from josephtate/devel
Importing urllib so that the grove module can use it standalone.
10 years ago
Joseph Tate b17a2598f8 Actually what we need is to import the urls utils 10 years ago
Joseph Tate fb9f1cfaf3 If you're going to use urllib, you'd better import it 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
Jim Richardson b0ec83ef08 clarification of error and success messages 10 years ago
Jim Richardson f0d81a5290 remove extraneous info from preamble 10 years ago
Jim Richardson 64242fb1a6 slight tweak to preamble to bring into common with other ansible modules 10 years ago
Jim Richardson 7c5d984557 initial stab at pushover notification module 10 years ago
Ben Copeland e81570ad0a adding username/password support along with ssl/starttls 10 years ago
Michael DeHaan 110250d344 package files 10 years ago
Michael DeHaan b1e789968b File extensions! 10 years ago
Michael DeHaan 50f105578a Restructuring. 10 years ago
Michael DeHaan 73123b69fa Move modules into subdirectory. 10 years ago
James Cammarata 8ac6fbe312 Bumping version_added for use_ssl param in irc module 10 years ago
Andrew Hamilton abcfc9a13d Added SSL support for IRC 10 years ago
Michael DeHaan 185d5a6221 Merge branch 'spelling' of git://github.com/cgar/ansible into devel
Conflicts:
	docsite/rst/guide_rax.rst
	plugins/callbacks/mail.py
10 years ago
Michael DeHaan 3a902e2b5b Merge pull request #7710 from brad/zounds
use the full list of available campfire sounds
10 years ago
Michael DeHaan 7e0e6569bc Merge pull request #8172 from phenomenes/channel-key-parameter
Adds channel key parameter
10 years ago
Jimena Cabrera-Notari 59a0d3a77b Adds channel key parameter 10 years ago