You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/notification
Artem Feofanov a8611671ec add telegram notification module 10 years ago
..
__init__.py package files 11 years ago
campfire.py Use no_log=True for campfire module to avoid leaks 10 years ago
flowdock.py Avoid token leak by marking it as sensitive with no_log (#1966) 10 years ago
grove.py added missing GPL licences 10 years ago
hall.py minor fixes 11 years ago
hipchat.py Expect 204 status when using hipchat v2 api. 10 years ago
irc.py add type declaration to the port parameter of the irc module. #AnsibleZH (#2349) 10 years ago
jabber.py Set no log for jabber.py password 10 years ago
mail.py Do not leak mail password by error 10 years ago
mqtt.py Mark password as 'no_log', to avoid leaking it 10 years ago
nexmo.py be explicit about urllib import and remove conditional urllib(2) import 11 years ago
osx_say.py Adding author's github id 11 years ago
pushbullet.py Set api_key as no_log, since that's likely something that should be kept private (#2038) 10 years ago
pushover.py Fix arguments for pushover module 10 years ago
rocketchat.py doc: rocketchat: minor doc fix (#2420) 10 years ago
sendgrid.py Sendgrid docs fix 10 years ago
slack.py updated the examples to the new Slack API 10 years ago
sns.py Remove duplicate documentation fields 10 years ago
telegram.py add telegram notification module 10 years ago
twilio.py Auth_toekn is a secret, shouldn't be logged (#1999) 10 years ago
typetalk.py Client_secret is supposed to be kept secret, so mark it as no_log (#1995) 10 years ago