feat: add ntfy server role #15

Closed
opened 2026-07-12 18:03:59 -07:00 by jdelpilar · 0 comments
Owner

Summary

Add new role to configure and start ntfy server.

Context

ntfy is the basis of notifications for all services in the lab. Standardizing and automating the deployment of ntfy. Also allows for easier changes to configs as needed

Proposed Changes

  • Create new ntfy_server role that does the following
    • create ntfy quadlet file
    • create any needed config files
    • send test message via ntfy to verify functionality

Verification Plan

  • Role will have built in verification via post request to the server. It will check that request returns with a 200 status code.
### Summary Add new role to configure and start ntfy server. ### Context ntfy is the basis of notifications for all services in the lab. Standardizing and automating the deployment of ntfy. Also allows for easier changes to configs as needed ### Proposed Changes - [ ] Create new ntfy_server role that does the following - [ ] create ntfy quadlet file - [ ] create any needed config files - [ ] send test message via ntfy to verify functionality ### Verification Plan - [ ] Role will have built in verification via post request to the server. It will check that request returns with a 200 status code.
jdelpilar added the enhancement label 2026-07-12 18:03:59 -07:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jdelpilar/johto-infra#15