Commit Graph

170 Commits (9398d0509fd30cd775aa32ef5a50fe6bc810170c)

Author SHA1 Message Date
Brian Coca 307424c694 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
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