12 lines
492 B
YAML
12 lines
492 B
YAML
ntfy_version: 1.12.1
|
|
ntfy_arch: '{{ _ntfy_arch_map[ansible_architecture] }}'
|
|
ntfy_archive_name: ntfy_{{ ntfy_version }}_linux_{{ ntfy_arch }}
|
|
ntfy_archive_file: '{{ ntfy_archive_name }}.tar.gz'
|
|
ntfy_archive_sha256: >-
|
|
1580ce89b7fc6bb7c46479abfd29268439fa0437978aac5b8257c1acc1ce3d1c
|
|
ntfy_download_url: >-
|
|
https://github.com/binwiederhier/ntfy/releases/download/v{{ ntfy_version }}/{{ ntfy_archive_file }}
|
|
|
|
ntfy_server_name: ntfy.pyrocufflink.blue
|
|
ntfy_server_alias: ntfy.pyrocufflink.net
|