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
Michael DeHaan
0d3a74d905
ansible -> ansibleworks
11 years ago
zimbatm
9848d27f9f
notify/grove: set the service to "ansible" by default
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
Matt Martz
99bacf7fff
Try to follow RFC2812 for waiting on serverl welcome and join messages before performing more tasks
11 years ago
James Tanner
4f9aadcc07
Addresses #5023 Fix import comments
11 years ago
James Tanner
38edad70ac
Fixes #5023 Convert all modules to use new snippet import pattern
11 years ago
Michael DeHaan
08996d78d6
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
d1859fd53c
Adds a grove notifier module
11 years ago
Michael DeHaan
beae21dd40
Remove examples of module antipattern of setting the choices array for boolean types.
11 years ago
Michael DeHaan
b8f821f065
Add "from" as an alias to "msg_from" in the hipchat module, to match docs.
11 years ago
Lukasz Kawczynski
adbeffb714
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
0043de915a
Legacy variable usage.
11 years ago
Andrew Todd
bd9d3d4fdd
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
ee399420b6
added a provision for passing a server password to IRC
12 years ago
Joshua Lund
132ca0b367
Fixed a few small typos
12 years ago
Jan-Piet Mens
98c1423269
Docs: consistently format playbook EXAMPLES
12 years ago
Jan-Piet Mens
3404a0fc16
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
12 years ago
Gavin McDonald
93b3a1c5ea
quick and dirty fix for irc module - shadowIRCd discards unbuffered
...
input, and the extra channel hash on join wasn't helping either.
12 years ago
Michael DeHaan
e4f8dc1dd8
Docs standardization
12 years ago
Michael DeHaan
3a8ee045d1
Merge pull request #2931 from caredotcom/flowdock_nochange
...
flowdock module returns changed=false on succes
12 years ago
Michael DeHaan
5cd49bff8f
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
eb9a598363
Merge pull request #2918 from bcoca/jabber_notchanged
...
jabber module returns changed=false on success
12 years ago
Matt Coddington
e8108dfc65
notification modules should set chnged to False
12 years ago
Adam Garside
76097f9c96
Typo fixes, tighter error handling, corrected check mode support
12 years ago
Brian Coca
a1ef2195f5
module returns changed=false on success
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago
Jan-Piet Mens
59a95da001
notification modules irc, mqtt now exit with changed=False
...
(as per discussion on ML)
12 years ago
Jan-Piet Mens
c70d6cd18f
notification/mqtt: ensure network communication and check error
12 years ago
Michael DeHaan
40cdf1ace7
Add version added field to notification modules.
12 years ago
Michael DeHaan
d9ba8950d7
Amend docs formatting.
12 years ago
Michael DeHaan
e2ec0afcb6
Slight tweak of irc module example
12 years ago
Michael DeHaan
d89adad5c0
Add proper quoting in hipchat example
12 years ago
Michael DeHaan
667d454580
Fix example formatting in jabber module.
12 years ago
Michael DeHaan
331484a70f
Add OS X say notification plugin. You know you want it!
12 years ago
Michael DeHaan
4f1d310b6a
update changelog, move newrelic to monitoring category
12 years ago
Michael DeHaan
a3d7ed7fba
Merge pull request #2889 from caredotcom/newrelic_deployment_notification
...
newrelic_deployment notification module
12 years ago
Michael DeHaan
22ede82912
Merge pull request #2888 from fabulops/campfire_notification
...
Campfire Notification Module
12 years ago
Michael DeHaan
17e7df9b2e
Merge pull request #2887 from caredotcom/flowdock_notification
...
flowdock notification module
12 years ago
Michael DeHaan
1234388cd6
Merge pull request #2869 from jpmens/mqtt
...
new module: notification/mqtt for publishing a topic to an MQTT broker
12 years ago
Matt Coddington
bcaba1f7f5
newrelic_deployment notification module
12 years ago
Adam
0f463da095
Campfire Notification Module
12 years ago
Matt Coddington
570f4d439d
flowdock notification module
12 years ago
Jan-Piet Mens
ea51e258c4
new module: notification/mqtt for publishing a topic to an MQTT broker
...
added username/password authentication
12 years ago
Jan-Piet Mens
28395453a8
new module: IRC notification
12 years ago
Brian Coca
413fb87113
fixed to send to conference rooms correctly
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago
Brian Coca
7d47d80255
new module to do notifications over jabber (xmpp)
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago
Michael DeHaan
e0f0278ad8
Move mail into the notification bucket.
12 years ago
shirou
5b1adb8460
Add notification/hipchat module.
...
This module can send a message via hipchat (https://www.hipchat.com/ ).
12 years ago