ansible-role-ntfy/README.md

27 lines
506 B
Markdown
Raw Normal View History

# Ansible Role: ntfy
This Ansible Role installs [ntfy](https://github.com/binwiederhier/ntfy).
## Requirements
None.
## Role Variables
Available variables are listed below, along with default values (see `defaults/main.yml`):
```yaml
ntfy_base_url: http://ntfy.example.com
ntfy_listen_http: ":80"
```
For more configuration info, see the upstream [configuration docs](https://docs.ntfy.sh/config/).
## Example Playbook
```yaml
- hosts: all
roles:
- role: bleetube.ntfy
become: true
```