Paul Bourdel
f5afe50d79
Merge branch 'devel' of https://github.com/ansible/ansible-modules-extras into feature/Upgrade-To-HipChat-V2-API
2015-05-15 15:45:06 -05:00
Paul Bourdel
6719cbc5a2
Rewriting to use default ansible http libraries.
2015-05-15 15:37:40 -05:00
Toshio Kuratomi
88eff11c04
Many more doc fixes
2015-05-15 12:12:26 -07:00
Brian Coca
08445418aa
more string corrections
2015-05-14 10:45:32 -04:00
Brian Coca
9dd4e07fe9
Merge pull request #492 from willybarro/pushbullet-module-py26
...
Fix pushbullet compatibility with python 2.6
2015-05-14 09:33:46 -04:00
Brian Coca
edf519a0c2
moar quotes
2015-05-14 09:37:00 -04:00
Willy Barro
b1cbbcef4a
Fix pushbullet compatibility with python 2.6
...
Remove dict comprehension usage.
2015-05-14 10:19:56 -03:00
Greg DeKoenigsberg
380a1ddf04
Adding author's github id
2015-05-13 23:47:03 -04:00
Greg DeKoenigsberg
0d20c00314
Adding author's github id
2015-05-13 23:46:11 -04:00
Greg DeKoenigsberg
173f06ea18
Adding author's github id
2015-05-13 23:45:01 -04:00
Greg DeKoenigsberg
5180a64745
Adding author's github id
2015-05-13 23:44:25 -04:00
Greg DeKoenigsberg
aefba2c00a
Adding author's github id
2015-05-13 22:35:13 -04:00
Greg DeKoenigsberg
43465e1af2
Adding author's github id
2015-05-13 22:32:52 -04:00
Greg DeKoenigsberg
27e5950fd0
Adding author's github id
2015-05-13 22:31:48 -04:00
Greg DeKoenigsberg
79d7cdecd8
Adding author's github id
2015-05-13 22:30:09 -04:00
Greg DeKoenigsberg
9b051b8a96
Adding author's github id
2015-05-13 22:27:43 -04:00
Greg DeKoenigsberg
7c51f6f891
Adding author's github id
2015-05-13 22:11:22 -04:00
Greg DeKoenigsberg
ee5363930f
Adding author's github id
2015-05-13 22:10:17 -04:00
Greg DeKoenigsberg
c5ec2e2f24
Adding author's github id
2015-05-13 22:09:07 -04:00
Greg DeKoenigsberg
51b1c843bb
Adding author's github id
2015-05-13 22:08:00 -04:00
Greg DeKoenigsberg
a5ea6a611b
Adding author's github id
2015-05-13 22:04:56 -04:00
Greg DeKoenigsberg
7cf6900008
Adding author's github id
2015-05-13 22:03:04 -04:00
Greg DeKoenigsberg
c3db70df10
Adding author's github id
2015-05-13 22:01:52 -04:00
Greg DeKoenigsberg
612ba118e0
Adding author's github id
2015-05-13 21:58:23 -04:00
Brian Coca
d035c1dd99
Merge pull request #226 from willybarro/pushbullet-module
...
Add pushbullet module
2015-05-13 20:01:27 -04:00
Willy Barro
a4232d657d
Handle invalid api key and general api errors on pushbullet
...
pushbullet.py module has changed it's API and return types
so we're now handling these exceptions.
2015-05-13 20:45:50 -03:00
Willy Barro
318983ee53
Replace manual option check to mutually_exclusive AnsibleModule option
...
Also return the message "OK" when in check mode to use the same
message as the original success return.
2015-05-13 19:27:41 -03:00
Willy Barro
7ef07893ad
Remove changed=True from pushbullet module
...
By convention, notification modules should not return changed=True
2015-05-13 19:27:38 -03:00
dhutty
33b845a14f
Additional example, not using local_action
2015-05-12 12:43:33 -04:00
Brian Coca
a9910c7de5
Merge pull request #423 from JeanFred/hipchat-checkmode
...
Add check_mode support to HipChat module
2015-05-11 14:52:12 -04:00
Matt Martz
265fefd7ec
Give pushover a .py file extension
2015-05-11 09:58:07 -05:00
Matt Martz
e568032bc3
Fix up modules that have python24 syntax error
2015-05-11 09:51:48 -05:00
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.
2015-05-11 12:26:30 +01:00
Paul Bourdel
0fbce5f9dd
Changing from v1 to v2 hipchat api format.
2015-05-10 19:39:26 -05:00
Brian Coca
18711b32a9
Merge pull request #218 from wkf/patch-1
...
Allow sending direct messages with slack module
2015-05-08 15:00:26 -04:00
Brian Coca
0c716e0435
Merge pull request #367 from SDFE/devel
...
Import boto.ec2 in sns to allow boto profiles to be used
2015-05-04 10:02:35 -04:00
Matt Jaynes
39028d6cef
Remove mentions of 'msg' alias
2015-04-22 22:23:07 +02:00
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.
2015-04-22 21:14:47 +02:00
Matthew Makai
6522e4e016
updating main for loop based on @abadger code review
2015-04-13 12:06:27 -04:00
Matthew Makai
c72be32b94
fixing typo in documentation
2015-04-13 11:55:20 -04:00
Matthew Makai
9f4ad02469
updating twilio module to optionally support MMS
2015-04-13 11:42:50 -04:00
Matthew Makai
3e1ffd12c7
updating twilio module docs and making it possible to send to a list of phone numbers
2015-04-13 11:22:09 -04:00
Matthew Makai
2f2a69ad88
updating sendgrid module based on code review by @abadger
2015-04-13 10:25:24 -04:00
Matthew Makai
757a047a79
adding sendgrid module to extras
2015-04-13 10:04:10 -04:00
rhorer
14bb55e67e
Update twilio.py module name in Examples
2015-04-10 15:27:34 -05:00
Joe Ray
42e761df4a
Import boto.ec2 in sns to allow boto profiles to be used
2015-04-01 17:17:52 +01:00
Brian Coca
510b77ca0e
minor documentation fixes
2015-03-29 16:51:30 -04:00
Brian Coca
8e1024ff30
updated pushover version added
2015-03-25 23:15:37 -04:00
Brian Coca
6dc9f4bdba
Merge pull request #78 from weaselkeeper/devel
...
Pushover notification module
2015-03-25 23:12:36 -04:00
Brian Coca
671317e0e1
added version added to new color option
2015-03-25 23:07:45 -04:00