Commit Graph

50 Commits (0fefab66514ac10acaed754793df3106fca4c4a8)

Author SHA1 Message Date
James Cammarata a9017af2bb Adding validate_certs to all modules that use fetch_url 10 years ago
James Tanner ba0fec4f42 Force command action to not be executed by the shell unless specifically enabled 10 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
10 years ago
Michael DeHaan 83f43b82ad ansible -> ansibleworks 11 years ago
zimbatm fe4d203b9a notify/grove: set the service to "ansible" by default 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
11 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
11 years ago
Michael DeHaan 56e3cef60c Merge pull request #2918 from bcoca/jabber_notchanged
jabber module returns changed=false on success
11 years ago
Matt Coddington ccd2bafd37 notification modules should set chnged to False 11 years ago
Adam Garside 628254a8ed Typo fixes, tighter error handling, corrected check mode support 11 years ago
Brian Coca b71a09d6ab module returns changed=false on success
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Jan-Piet Mens 79cff7c076 notification modules irc, mqtt now exit with changed=False
(as per discussion on ML)
11 years ago
Jan-Piet Mens 98ddb1ca6b notification/mqtt: ensure network communication and check error 11 years ago
Michael DeHaan d51ec37a59 Add version added field to notification modules. 11 years ago
Michael DeHaan cfef24cc98 Amend docs formatting. 11 years ago
Michael DeHaan cdda88fda7 Slight tweak of irc module example 11 years ago
Michael DeHaan d80cb4bd41 Add proper quoting in hipchat example 11 years ago
Michael DeHaan 25e300de42 Fix example formatting in jabber module. 11 years ago
Michael DeHaan 79deb41941 Add OS X say notification plugin. You know you want it! 11 years ago
Michael DeHaan b62de8f352 update changelog, move newrelic to monitoring category 11 years ago
Michael DeHaan 2e2226a912 Merge pull request #2889 from caredotcom/newrelic_deployment_notification
newrelic_deployment notification module
11 years ago
Michael DeHaan de7829b8b6 Merge pull request #2888 from fabulops/campfire_notification
Campfire Notification Module
11 years ago
Michael DeHaan cfe86bea17 Merge pull request #2887 from caredotcom/flowdock_notification
flowdock notification module
11 years ago
Michael DeHaan ca82493028 Merge pull request #2869 from jpmens/mqtt
new module: notification/mqtt for publishing a topic to an MQTT broker
11 years ago
Matt Coddington 5e3ccc3012 newrelic_deployment notification module 11 years ago
Adam cebdcaa9b7 Campfire Notification Module 11 years ago
Matt Coddington 22ca463b06 flowdock notification module 11 years ago
Jan-Piet Mens bc0e8501d6 new module: notification/mqtt for publishing a topic to an MQTT broker
added username/password authentication
11 years ago
Jan-Piet Mens 08c9b66941 new module: IRC notification 11 years ago
Brian Coca 066e0fc9b5 fixed to send to conference rooms correctly
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Brian Coca a1f26d3141 new module to do notifications over jabber (xmpp)
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Michael DeHaan 0ed403f6ee Move mail into the notification bucket. 11 years ago
shirou f79be1e0bc Add notification/hipchat module.
This module can send a message via hipchat (https://www.hipchat.com/).
11 years ago