Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rwxd/ansible-role-notify_me

Ansible role to install notify-me
https://github.com/rwxd/ansible-role-notify_me

notify-me ntfy uptime-kuma

Last synced: about 2 months ago
JSON representation

Ansible role to install notify-me

Awesome Lists containing this project

README

        

# Ansible Role to install notify-me

With this ansible role [notify-me](https://github.com/rwxd/notify-me/) can be installed to the target system.

The correct binary for the operating system & architecture is automatically choosen.

## Usage

`requirements.yaml`

```yaml
roles:
- name: notify_me
src: https://github.com/rwxd/ansible-role-notify_me.git
scm: git
version: main
```

`my-playbook.yaml`

```yaml
- name: My Playbook
hosts: all
tasks:
- name: Install notify-me
ansible.builtin.include_role:
name: notify_me
```

## Configuration

Default variables are listed under [./defaults/main.yaml](./defaults/main.yaml)