defaults | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
vars | ||
.gitignore | ||
LICENSE | ||
README.md |
Ansible Role: ntfy
Recommended alternative: stevenengland/ntfy_ansible_role
This Ansible Role installs binwiederhier's ntfy.
Related role: ansible-role-ntfy-alertmanager for xenrox's ntfy-alertmanager integration.
Requirements
None.
Role Variables
Available variables are listed below, along with default values (see defaults/main.yml
):
ntfy_base_url: http://ntfy.example.com
ntfy_listen_http: ":80"
For more configuration info, see the upstream configuration docs.
Example Playbook
- hosts: all
roles:
- role: bleetube.ntfy
become: true
Resources
- binwiederhier publishes the configuration for his production server in an Ansible playbook.