Commit Graph

179 Commits (fd55a3075719453509635a2b2245158782f7a661)

Author SHA1 Message Date
Toshio Kuratomi 955bf92ff8 Add version_added to the subtype parameter 9 years ago
Arnaud Dematte f1e3260b3f Update mail.py to allow html content
Adding parameter subtype to allow html based content. The default behavior of text/plain has been preserved.
9 years ago
Toshio Kuratomi dd6e8f354a Modify a few more modules to not conditionalize urllib(2) import. 9 years ago
Toshio Kuratomi 4b29146c4d be explicit about urllib import and remove conditional urllib(2) import
urllib and urllib2 have been in the python stdlib since at least
python-2.3.  There's no reason to conditionalize it.

Fixes https://github.com/ansible/ansible/issues/11322
9 years ago
Brian Coca 35a4e70dee minor fixes 9 years ago
Brian Coca 95434149d3 Merge pull request #199 from bkimble/devel
added hall.com notification module
9 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 9 years ago
David Siefert 3bd19b8ea0 Adding support for setting the topic of a channel 9 years ago
Brian Coca eec8dca006 added copyright/license info to modules I had missed 9 years ago
Paul Bourdel 9c0cf447bd removing unnecessary white space 9 years ago
Paul Bourdel aa93ff944a fixing grammar on error message 9 years ago
Paul Bourdel 452a590af8 adding author username 9 years ago
Paul Bourdel 98e3ee36b7 adding new line to end of file 9 years ago
Paul Bourdel 0a1784736c adding check for module.check_mode to v2 message method 9 years ago
Paul Bourdel f5afe50d79 Merge branch 'devel' of https://github.com/ansible/ansible-modules-extras into feature/Upgrade-To-HipChat-V2-API 9 years ago
Paul Bourdel 6719cbc5a2 Rewriting to use default ansible http libraries. 9 years ago
Toshio Kuratomi 88eff11c04 Many more doc fixes 9 years ago
Brian Coca 08445418aa more string corrections 9 years ago
Brian Coca 9dd4e07fe9 Merge pull request #492 from willybarro/pushbullet-module-py26
Fix pushbullet compatibility with python 2.6
9 years ago
Brian Coca edf519a0c2 moar quotes 9 years ago
Willy Barro b1cbbcef4a Fix pushbullet compatibility with python 2.6
Remove dict comprehension usage.
9 years ago
Greg DeKoenigsberg 380a1ddf04 Adding author's github id 9 years ago
Greg DeKoenigsberg 0d20c00314 Adding author's github id 9 years ago
Greg DeKoenigsberg 173f06ea18 Adding author's github id 9 years ago
Greg DeKoenigsberg 5180a64745 Adding author's github id 9 years ago
Greg DeKoenigsberg aefba2c00a Adding author's github id 9 years ago
Greg DeKoenigsberg 43465e1af2 Adding author's github id 9 years ago
Greg DeKoenigsberg 27e5950fd0 Adding author's github id 9 years ago
Greg DeKoenigsberg 79d7cdecd8 Adding author's github id 9 years ago
Greg DeKoenigsberg 9b051b8a96 Adding author's github id 9 years ago
Greg DeKoenigsberg 7c51f6f891 Adding author's github id 9 years ago
Greg DeKoenigsberg ee5363930f Adding author's github id 9 years ago
Greg DeKoenigsberg c5ec2e2f24 Adding author's github id 9 years ago
Greg DeKoenigsberg 51b1c843bb Adding author's github id 9 years ago
Greg DeKoenigsberg a5ea6a611b Adding author's github id 9 years ago
Greg DeKoenigsberg 7cf6900008 Adding author's github id 9 years ago
Greg DeKoenigsberg c3db70df10 Adding author's github id 9 years ago
Greg DeKoenigsberg 612ba118e0 Adding author's github id 9 years ago
Brian Coca d035c1dd99 Merge pull request #226 from willybarro/pushbullet-module
Add pushbullet module
9 years ago
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.
9 years ago
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.
9 years ago
Willy Barro 7ef07893ad Remove changed=True from pushbullet module
By convention, notification modules should not return changed=True
9 years ago
dhutty 33b845a14f Additional example, not using local_action 10 years ago
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