Commit Graph

223 Commits (745df06abc47f5a9ace62feec4c9dd05b8c29a08)

Author SHA1 Message Date
Toshio Kuratomi d56ac42c8b U() markings in pushover docs should remain but need to be uppercased.
pri description needs to be a list.
9 years ago
Baptiste Mille-Mathias 0608318f90 remove unicode prefix and correct text in table
Remove the unicode prefix displayed before the url pushover.net
Attempt to correct the text in the table which appear vertically.
9 years ago
Toshio Kuratomi 36be779888 Remove duplicate documentation fields 9 years ago
Brian Coca 2850c7acb8 Merge pull request #1336 from quoing/devel
Fix 'An error occurred while looking up _xmpp-client._tcp.10.100.1.10…8' when IP host is configured
9 years ago
Zach Abrahamson d738eb2fed Wrapping room parameter in a string in case of using room IDs 9 years ago
quoing 4c0b91fd9b Fix 'An error occurred while looking up _xmpp-client._tcp.10.100.1.108' when 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
9 years ago
Jonathan Davila 39a3255ef3 Sendgrid docs fix 9 years ago
Jonathan Mainguy 19b506f64f Added style= and more colors. 9 years ago
Brian Coca 22ebf03093 fixed undefined msg and now actually return something meaningful
fixes #1127
9 years ago
Brian Coca 4a0e757196 Merge pull request #370 from nsg/full-attachments-support
Add attachments support to slack module.
9 years ago
Ramon de la Fuente d14bb33a03 updated the examples to the new Slack API 9 years ago
Ramon de la Fuente 8ffc11713f module guidelines compliency 9 years ago
Brian Coca 8d3122169d added missing GPL licences
fixes #508
9 years ago
Matt Martz eac4493421 sys.exit removal for notification/mail.py 9 years ago
Michael J. Schultz c61d430191 sns: remove BabyJSON 9 years ago
Greg DeKoenigsberg 750754f0d9 Merge pull request #976 from kovacsbalu/fix-push_type
Use push_type and send link with push_link.
9 years ago
Toshio Kuratomi 3c8c716801 Merge pull request #911 from Jmainguy/irc_part
Adds part=false feature to irc module. This allows people to use a fa…
9 years ago
kovacsbalu 22de417dad Use push_type and send link with push_link. 9 years ago
baba c7f7698fdc Fix missing parameter in typetalk module 9 years ago
Jonathan Mainguy 5a4dcc24fc Adds part=false feature to irc module. This allows people to use a faux bot without part/dconns between messages, tested using a user logged into znc as our faux bot, defaults to old style of part/dconn if part= not specified 9 years ago
Toshio Kuratomi cbac99de20 Merge pull request #784 from ansible/fetch_url-pushover
Switch from httplib to fetch_url
9 years ago
Brian Coca 27bf193483 added missing license headers
fixes #508
9 years ago
Brian Coca 827b2a4196 clarified xmpp lib to use 9 years ago
Toshio Kuratomi fe69c0e67a Switch from httplib to fetch_url 9 years ago
Toshio Kuratomi 0297a7e7e6 Use fetch_urls code to do basic auth instead of our own i nthe twilio
module
9 years ago
Toshio Kuratomi 4e5c5fa728 Merge pull request #737 from ansible/fetch_url-twilio
Port twilio to fetch_url
9 years ago
Toshio Kuratomi 079720a341 Merge pull request #738 from ansible/fetch_url-typetalk
Port typetalk to fetch_url
9 years ago
Toshio Kuratomi 5a2869bc10 Merge pull request #736 from ansible/fetch_url-sendgrid
Port sendgrid to fetch_url
9 years ago
Nando Vieira 439bccc286 Use correct variable name. 9 years ago
Toshio Kuratomi aaaff1f120 Use the correct module param names to pass user/pass 9 years ago
Toshio Kuratomi 167cad99fa Merge pull request #735 from ansible/fetch_url-campfire
Port campfire to fetch_url
9 years ago
Brian Coca d63648d3c2 fixed decriptions to be lists 9 years ago
Toshio Kuratomi 905737c974 Port typetalk to fetch_url 9 years ago
Toshio Kuratomi 4ef6f4ea42 Port twilio to fetch_url 9 years ago
Toshio Kuratomi b8df0d32a2 Port sendgrid to fetch_url 9 years ago
Toshio Kuratomi d6b0cf7bc4 Port campifre to fetch_url 9 years ago
Stefan Berggren fbac5a140e Add attachments support to slack module. 9 years ago
Rene Moser 795425f32d irc: remove version_added for nick option, should have been nick_to option 9 years ago
Brian Coca 13a3e38a11 make token no_log in slack plugin 9 years ago
René Moser 5fec1e3994 irc: add version_added to new option nick 9 years ago
Toshio Kuratomi 8131bd3030 Documentation update 9 years ago
Adrian Muraru 2dd32236eb Implemented comments 9 years ago
Adrian Muraru 9fa5152a94 Add option to send a private message in irc module 9 years ago
Igor Khomyakov bbb578ac59 fix user notification for v2 api
`notify` parameter is not working as expected for hipchat API v2.
9 years ago
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