pushover - Send notifications via https://pushover.net

New in version 2.0.

Synopsis

  • Send notifications via pushover, to subscriber list of devices, and email addresses. Requires pushover app on devices.

Options

parameter required default choices comments
app_token
yes
Pushover issued token identifying your pushover app.
msg
yes
What message you wish to send.
pri
no
Message priority (see https://pushover.net for details.)
user_key
yes
Pushover issued authentication key for your user.

Examples

- pushover:
    msg: '{{ inventory_hostname }} has exploded in flames, It is now time to panic'
    app_token: wxfdksl
    user_key: baa5fe97f2c5ab3ca8f0bb59
  delegate_to: localhost

Notes

Note

  • You will require a pushover.net account to use this module. But no account is required to receive messages.

Status

This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.

For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.

© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.4/pushover_module.html