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
Paul Bourdel
0fbce5f9dd
Changing from v1 to v2 hipchat api format.
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
Willy Barro
c484d32a40
Add pushbullet module
10 years ago
Will
b1629ac77a
Allow sending direct messages with slack module
10 years ago
Billy Kimble
555ff23434
added hall.com notification 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
Brad Pitcher
65e0bffa8e
use the full list of available campfire sounds
...
From the list found [here](http://www.emoji-cheat-sheet.com/ )
11 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
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