mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-07 11:17:34 +01:00
ec9f8e2931
This commit adds a 'matrix-ntfy' role that runs Ntfy server in Docker with simple configuration, and plumbing to add the role to the playbook. TODO: documentation, self-check, database persistence.
11 lines
167 B
YAML
11 lines
167 B
YAML
---
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/init.yml"
|
|
tags:
|
|
- always
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/setup.yml"
|
|
tags:
|
|
- setup-all
|
|
- setup-ntfy
|