Go to file
2023-07-05 14:38:38 -07:00
defaults Change default unix socket path to something more long-lived. 2023-07-05 14:38:38 -07:00
handlers New Ansible Role to install and perform basic configuration of ntfy. 2023-05-25 13:02:32 -07:00
meta New Ansible Role to install and perform basic configuration of ntfy. 2023-05-25 13:02:32 -07:00
tasks Change default unix socket path to something more long-lived. 2023-07-05 14:38:38 -07:00
templates Change default unix socket path to something more long-lived. 2023-07-05 14:38:38 -07:00
vars New Ansible Role to install and perform basic configuration of ntfy. 2023-05-25 13:02:32 -07:00
.gitignore New Ansible Role to install and perform basic configuration of ntfy. 2023-05-25 13:02:32 -07:00
LICENSE New Ansible Role to install and perform basic configuration of ntfy. 2023-05-25 13:02:32 -07:00
README.md Change default unix socket path to something more long-lived. 2023-07-05 14:38:38 -07:00

Ansible Role: ntfy

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