Commit Graph

94 Commits (d8a434e5e578f8346d2d18b26452f96614f1db92)

Author SHA1 Message Date
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
Brad Pitcher 65e0bffa8e use the full list of available campfire sounds
From the list found [here](http://www.emoji-cheat-sheet.com/)
10 years ago
Michael DeHaan 8c7cd604f0 Stackdriver module was in the wrong category, so moving. 11 years ago
James Cammarata f75af83c63 Fixing a documentation error in the new stackdriver module 11 years ago
James Cammarata e9e2b110a8 Minor fix to imports in new stackdriver module 11 years ago
Carlos E. Garcia 4dcaa9d9fb multiple spelling error changes 11 years ago
Ben Whaley fb4cf9410b Updated to use fetch_url 11 years ago
Ben Whaley 6d00756863 Stackdriver code deploy and annotation module 11 years ago
Michael DeHaan d2cef95001 Merge pull request #6740 from mjschultz/add-sns-notification
Add Amazon SNS notification plugin
11 years ago
Michael J. Schultz 9b9ac7aa96 Add some failure handling for `region` and `publish` 11 years ago
Michael J. Schultz 9b53809bc1 Add Amazon SNS notification plugin
- Supports a default message or a special message for any of SNS's
protocols (email, sqs, sms, http, https)
  - http://docs.aws.amazon.com/sns/latest/dg/PublishTopic.html
11 years ago
Brent Langston 1886ef40f1 Make the default URI a constant 11 years ago
Brent Langston bf42535341 Allow custom hipchat urls 11 years ago
Michael DeHaan 1f25eb596f Fix documentation for twilio module. 11 years ago
Michael DeHaan 3fde0e3826 Add notes about new notification module. 11 years ago
Michael DeHaan e20d173115 Merge branch 'devel' of git://github.com/tksmd/ansible into devel 11 years ago
Michael DeHaan 62ea445b47 Add note about IRC library default change. 11 years ago
Michael DeHaan 430969781c Merge pull request #5443 from nirvinehh/devel
irc module: Make default irc color none; add color none
11 years ago
patrickheeney 72014bce01 Fix domain name in slack module 11 years ago
Ramon de la Fuente e1c622030c mandatory silly mistake 11 years ago
Ramon de la Fuente e15af949a8 A module for notifications through the Slack.com platform
This module can send messages through Slack.com, and supports all options
available in the "incoming webhook integration".

- text
- channel
- username
- icon_url / icon_emoji
- link_names
- parse
11 years ago
Michael DeHaan 28bd2ba271 Bump twilio module version_added, changelog. 11 years ago
Matthew Makai 58b0ee4920 adding twilio module for sending text notifications in build process 11 years ago
Matthew Makai 940eb5bebf new module to send text message notifications 11 years ago
Michael DeHaan e3c800bfd4 Merge pull request #5758 from drawks/devel
Correct sleep calls
11 years ago
Michael DeHaan ca0f0a0e48 Merge pull request #6062 from jpmens/mqttpaho
module update: mqtt notification now uses Paho as mosquitto.py being deprecated
11 years ago
Michael DeHaan 9a0e2afe08 Merge pull request #6375 from sivel/nexmo
New module: nexmo
11 years ago
Michael DeHaan c47a4c7463 Merge pull request #6289 from rawtaz/fix-irc-nicklen
Make irc module accept the nick being shortened by the server.
11 years ago
Matt Martz 4f3f2e0f95 New module: nexmo 11 years ago
James Cammarata 72217c297d Adding validate_certs to all modules that use fetch_url 11 years ago
James Tanner fc33860e5d Force command action to not be executed by the shell unless specifically enabled 11 years ago
James Cammarata a1b1182662 Validate SSL certs accessed through urllib*
* Adds another module utility file which generalizes the
  access of urls via the urllib* libraries.
* Adds a new spec generator for common arguments.
* Makes the user-agent string configurable.

Fixes #6211
11 years ago
Leo R. Lundgren 7d7fd7b9a4 Fix whitespace (tabs -> spaces). 11 years ago
Leo R. Lundgren e02efb4cf2 Make irc module accept the nick being shortened by the server.
This can happen if the server has a NICKLEN setting which is less
than the length of the specified nick. With this patch we now grab
that nick and use it moving forward, instead of failing because we
didn't get back the one we specified, in the connection response.
11 years ago
Jan-Piet Mens 0226e98dbf module update: mqtt notification now uses Paho as mosquitto.py being deprecated 11 years ago
Michael DeHaan 0d3a74d905 ansible -> ansibleworks 11 years ago
someda d8ce2445dd Add typetalk notification module 11 years ago
Dave Rawks 80c1c58d7e Correct sleep calls
Looks like we import "from time import sleep" but were calling "time.sleep" which is scoped into the wrong namespace.
11 years ago
zimbatm 9848d27f9f notify/grove: set the service to "ansible" by default 11 years ago
Nick Irvine 0a195f0880 Make default irc color none; add color none 11 years ago
Matt Martz 1d9dc6be56 module is not exposed to send_msg, but main() catches exceptions and uses module.fail_json 11 years ago