Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rwxd/ansible-role-notify_me
- Owner: rwxd
- License: mit
- Created: 2024-03-31T14:55:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T15:19:02.000Z (4 months ago)
- Last Synced: 2024-08-25T16:35:38.516Z (4 months ago)
- Topics: notify-me, ntfy, uptime-kuma
- Homepage: https://github.com/rwxd/notify-me/
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)