Commit Graph

71 Commits (77d7165dde0b5f5642ec3667854d55ca2482602c)

Author SHA1 Message Date
Michael DeHaan b1fe7ee24a Add notes about new notification module. 11 years ago
Michael DeHaan 3d7bf1e52a Merge branch 'devel' of git://github.com/tksmd/ansible into devel 11 years ago
Michael DeHaan 54635cb59f Add note about IRC library default change. 11 years ago
Michael DeHaan 8fb5e2c657 Merge pull request #5443 from nirvinehh/devel
irc module: Make default irc color none; add color none
11 years ago
patrickheeney f594e8b6f0 Fix domain name in slack module 11 years ago
Ramon de la Fuente f51872885c mandatory silly mistake 11 years ago
Ramon de la Fuente b4cd4ad15b 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 51f90c1712 Bump twilio module version_added, changelog. 11 years ago
Matthew Makai 2215111ec5 adding twilio module for sending text notifications in build process 11 years ago
Matthew Makai 8420211aee new module to send text message notifications 11 years ago
Michael DeHaan 69d26d507b Merge pull request #5758 from drawks/devel
Correct sleep calls
11 years ago
Michael DeHaan 0bc3cec1c8 Merge pull request #6062 from jpmens/mqttpaho
module update: mqtt notification now uses Paho as mosquitto.py being deprecated
11 years ago
Michael DeHaan 33a1f65565 Merge pull request #6375 from sivel/nexmo
New module: nexmo
11 years ago
Michael DeHaan 1211160cdb 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 e2bfa86484 New module: nexmo 11 years ago
James Cammarata a9017af2bb Adding validate_certs to all modules that use fetch_url 11 years ago
James Tanner ba0fec4f42 Force command action to not be executed by the shell unless specifically enabled 11 years ago
James Cammarata 9730157525 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 dd62de0384 Fix whitespace (tabs -> spaces). 11 years ago
Leo R. Lundgren 347b425c67 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 01e1991baa module update: mqtt notification now uses Paho as mosquitto.py being deprecated 11 years ago
Michael DeHaan 83f43b82ad ansible -> ansibleworks 11 years ago
someda 54858279a6 Add typetalk notification module 11 years ago
Dave Rawks e545d1026a 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 fe4d203b9a notify/grove: set the service to "ansible" by default 11 years ago
Nick Irvine 8b4c9420e7 Make default irc color none; add color none 11 years ago
Matt Martz ead733362f module is not exposed to send_msg, but main() catches exceptions and uses module.fail_json 11 years ago
Matt Martz b48b22b24a Try to follow RFC2812 for waiting on serverl welcome and join messages before performing more tasks 11 years ago
James Tanner ad837709bd Addresses #5023 Fix import comments 11 years ago
James Tanner 6000d636b3 Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
Michael DeHaan f7c3975f21 Add version_added to all modules missing version_added information, the docs formatter will now
raise errors when omitted, updated changelog with new modules.
11 years ago
Jonas Pfenniger b963596e5c Adds a grove notifier module 11 years ago
Michael DeHaan 119b6d73dd Remove examples of module antipattern of setting the choices array for boolean types. 11 years ago
Michael DeHaan 37970112d9 Add "from" as an alias to "msg_from" in the hipchat module, to match docs. 11 years ago
Lukasz Kawczynski 38d606367a Set default XMPP message type to 'chat'.
This enables sending messages to partychat-like services (e.g. im.partych.at).
This commit also fixes handling of 'to' argument for non-chatroom recipients.
11 years ago
Michael DeHaan 5d5d579eca Legacy variable usage. 11 years ago
Andrew Todd e477d993dd Changed shebangs that use /usr/bin/env to use /usr/bin/python and therefore be compatible with the ansible_python_interpreter variable. 11 years ago
Kevin Montuori b86d93adc9 added a provision for passing a server password to IRC 11 years ago
Joshua Lund ba853b8c1a Fixed a few small typos 11 years ago
Jan-Piet Mens 30d641094b Docs: consistently format playbook EXAMPLES 11 years ago
Jan-Piet Mens 5c69918d53 DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string
  Added deprecation warning to moduledev.rst and remove deprecated example from it
  Fixed up a few typos and uppercased some acronyms.
  add consistency to how EXAMPLES are formatted
11 years ago
Gavin McDonald 561d79b6d4 quick and dirty fix for irc module - shadowIRCd discards unbuffered
input, and the extra channel hash on join wasn't helping either.
11 years ago
Michael DeHaan 2a416babee Docs standardization 11 years ago
Michael DeHaan 3ecae5f21a Merge pull request #2931 from caredotcom/flowdock_nochange
flowdock module returns changed=false on succes
12 years ago
Michael DeHaan d6048425e3 Merge pull request #2919 from fabulops/campfire_notification_fixes
Campfire Notification Module: Typo fixes, tighter error handling, corrected check mode support
12 years ago
Michael DeHaan 56e3cef60c Merge pull request #2918 from bcoca/jabber_notchanged
jabber module returns changed=false on success
12 years ago
Matt Coddington ccd2bafd37 notification modules should set chnged to False 12 years ago
Adam Garside 628254a8ed Typo fixes, tighter error handling, corrected check mode support 12 years ago
Brian Coca b71a09d6ab module returns changed=false on success
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago
Jan-Piet Mens 79cff7c076 notification modules irc, mqtt now exit with changed=False
(as per discussion on ML)
12 years ago