mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-15 07:35:49 -06:00
[GH-ISSUE #454] Ansible action plugin to post messages to ntfy.sh #348
Labels
No labels
ai-generated
android-app
android-app
android-app
build
build
dependencies
docs
enhancement
enhancement
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
server
server
unified-push
web-app
website
🔒 security
🔥 HOT
🪲 bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ntfy#348
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jpmens on GitHub (Oct 29, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/454
I thought this might interest people: I've created a small Ansible action plugin which can post messages to
ntfy.sh. (I'm aware theurimodule can do this as well but think this is a bit simpler to use.)Feedback and suggestions / improvements are welcome at https://github.com/jpmens/ansible-ntfy
@binwiederhier commented on GitHub (Oct 30, 2022):
That's awesome. Thank you for sharing. Added to the docs:
62cd517223@binwiederhier commented on GitHub (Oct 30, 2022):
If you like, you could add a concrete example to the examples page too, in addition to what's already there: https://github.com/binwiederhier/ntfy/blob/main/docs/examples.md#ansible-salt-and-puppet
@binwiederhier commented on GitHub (Oct 31, 2022):
Merged PR. Thanks for your work.