summaryrefslogtreecommitdiff
path: root/notification
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-0620-0/+80
|
* Make `main()` calls conditional - notifications (#3656)Fabio Alessandro Locati2016-12-0510-11/+28
|
* Native YAML - notification leftovers (#3626)Fabio Alessandro Locati2016-12-022-29/+36
|
* Native YAML - notifications (#3598)Fabio Alessandro Locati2016-12-019-40/+60
|
* Fix bare variable references in docsAndrew Gaffney2016-11-101-1/+1
|
* Add TLS encyrption support to MQTT (#2700)Matthew Treinish2016-10-251-1/+43
| | | | | This commit adds module settings for configuring TLS encyption on the mqtt notification module. Previously there was no way to configure sending the messages encrpyted to mqtt.
* Make jabber module compile on python 3Michael Scherer2016-10-171-1/+3
|
* Make mail compile on python 3Michael Scherer2016-10-171-3/+7
|
* Make mqtt pass python3 sanity testsMichael Scherer2016-10-171-1/+3
|
* Update irc.py (#3144)hyperized2016-10-161-14/+21
| | | Proposal to update the example to YAML syntax.
* Make irc.py compile on python3Michael Scherer2016-10-141-1/+3
|
* Do not leak the channel token in log (#3117)Michael Scherer2016-10-081-1/+1
|
* slack: fix handling of html entities and escaping (#3032)René Moser2016-10-031-5/+37
| | | for < > & ' and "
* twilio: fix false negative failure - sms was sent successfully (#3033)René Moser2016-09-261-2/+6
|
* Merge duplicated notes, fix warning returned by ansible-doc (#2969)Michael Scherer2016-09-191-2/+1
|
* Fix undefined info error and accept HTTP 201 response code (#2643)Marcin Kawa2016-09-151-5/+5
| | | Prevent referenced before assignment error when `notify` argument is not specified and accept HTTP 201 (created) code.
* Require domain in rocketchat (#2803)Fabio Alessandro Locati2016-08-301-1/+5
| | | | | | * Set the domain as required * Add domain in the examples as well
* Get hipchat, sns, and typetalk notification modules compiling on py3 (#2782)Toshio Kuratomi2016-08-243-23/+41
|
* Slack: Fix #2393 - Enable markdown parsing when using custom messsage color ↵Matthieu Barthélemy2016-08-101-1/+2
| | | | (#2626)
* Use HTTPS instead of legacy HTTP for ansible.com (#2636)Robin Schneider2016-08-022-4/+4
| | | | | | | Mechanical edit done by this "one-liner": git ls-files -z "$(git rev-parse --show-toplevel)" | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's#http://www\.ansible\.com#https://www.ansible.com#g;' Related to: https://github.com/ansible/ansible/issues/16869
* updated docs, version is 2.2 and explain changesBrian Coca2016-07-291-12/+30
|
* Updates to Sendgrid Module (#1275)Jonathan Davila2016-07-291-27/+135
|
* add telegram notification moduleArtem Feofanov2016-06-131-0/+103
|
* doc: rocketchat: minor doc fix (#2420)René Moser2016-06-131-2/+2
|
* Ansible Module for Sending Rocket Chat Notifications (#2222)Deepakkothandan2016-06-131-0/+247
|
* add type declaration to the port parameter of the irc module. #AnsibleZH (#2349)P Stark2016-06-011-1/+1
|
* Expect 204 status when using hipchat v2 api.Adrian Likins2016-05-041-1/+4
| | | | | | | When posting to the room notication api with hipchat v2 api, the expected return code is 204, as per: https://www.hipchat.com/docs/apiv2/method/send_room_notification fixes #2143
* Set api_key as no_log, since that's likely something that should be kept ↵Michael Scherer2016-04-151-1/+1
| | | | private (#2038)
* Fix arguments for pushover moduleMichael Scherer2016-04-131-3/+3
| | | | | | | Since user_key and app_token are used for authentication, I suspect both of them should be kept secret. According to the API manual, https://pushover.net/api priority go from -2 to 2, so the argument should be constrained.
* Mark token as no_log, since that's used for auth (#2011)Michael Scherer2016-04-121-1/+1
|
* Auth_toekn is a secret, shouldn't be logged (#1999)Michael Scherer2016-04-111-1/+1
|
* Merge pull request #1981 from macdiesel/macdiesel/urlencode-hipchat-api-pathRené Moser2016-04-101-1/+1
|\ | | | | Escape room name in hipchat api v2 urls
| * hipchat api v2 rooms are now url escapedBrian Beggs2016-04-061-1/+1
| |
* | Client_secret is supposed to be kept secret, so mark it as no_log (#1995)Michael Scherer2016-04-091-1/+1
| |
* | Avoid token leak by marking it as sensitive with no_log (#1966)Michael Scherer2016-04-071-1/+1
| |
* | Do not leak mail password by errorMichael Scherer2016-04-071-1/+1
| |
* | Mark password as 'no_log', to avoid leaking itMichael Scherer2016-04-071-2/+2
|/
* Prevent password leaks in notification/ircMichael Scherer2016-04-041-2/+2
|
* Use no_log=True for campfire module to avoid leaksMichael Scherer2016-04-041-1/+1
|
* Set no log for jabber.py passwordMichael Scherer2016-04-041-1/+1
|
* U() markings in pushover docs should remain but need to be uppercased.Toshio Kuratomi2016-02-071-2/+3
| | | | pri description needs to be a list.
* remove unicode prefix and correct text in table Baptiste Mille-Mathias2016-02-071-5/+5
| | | | Remove the unicode prefix displayed before the url pushover.net Attempt to correct the text in the table which appear vertically.
* Remove duplicate documentation fieldsToshio Kuratomi2016-01-282-3/+1
|
* Merge pull request #1336 from quoing/develBrian Coca2015-12-221-1/+1
|\ | | | | Fix 'An error occurred while looking up _xmpp-client._tcp.10.100.1.10…8' when IP host is configured
| * Fix 'An error occurred while looking up _xmpp-client._tcp.10.100.1.108' when ↵quoing2015-12-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | IP host is configured ... jabber: user=ansible@mydomain.tld host=10.100.1.108 ... fatal: [bruce.mess.cz] => failed to parse: Invalid debugflag given: always Invalid debugflag given: nodebuilder
* | Wrapping room parameter in a string in case of using room IDsZach Abrahamson2015-12-151-1/+1
|/
* Sendgrid docs fixJonathan Davila2015-11-161-11/+12
|
* Added style= and more colors.Jonathan Mainguy2015-11-121-8/+46
|
* fixed undefined msg and now actually return something meaningfulBrian Coca2015-10-191-2/+2
| | | | fixes #1127
* Merge pull request #370 from nsg/full-attachments-supportBrian Coca2015-10-121-17/+63
|\ | | | | Add attachments support to slack module.