New in version 2.0.
Parameter | Choices/Defaults | Comments |
---|---|---|
app_token
-
/ required
|
Pushover issued token identifying your pushover app.
|
|
msg
-
/ required
|
What message you wish to send.
|
|
pri
-
|
Message priority (see https://pushover.net for details.)
|
|
user_key
-
/ required
|
Pushover issued authentication key for your user.
|
Note
- pushover:
msg: '{{ inventory_hostname }} has exploded in flames, It is now time to panic'
app_token: wxfdksl
user_key: baa5fe97f2c5ab3ca8f0bb59
delegate_to: localhost
Hint
If you notice any issues in this documentation you can edit this document to improve it.