### Description This PR adds a new `ntfy_server` role to configure, start, and test a ntfy container. This container is designed to be secure by default by requiring auth by default ### Related Issue Closes #15 ### Testing Done - [x] verified new container file was created correctly\ - [x] verified ntfy server webui is working and requires auth - [x] verified with automated test that ntfy server is working and accepting post requests ### Checklist - [x] My code follows the project's style guidelines. - [x] I have performed a self-review of my own code. - [x] I have updated the documentation (if necessary). --------- Co-authored-by: Jordan Del Pilar <[email protected]> Reviewed-on: #20
37 lines
635 B
YAML
37 lines
635 B
YAML
---
|
|
all:
|
|
children:
|
|
servers:
|
|
hosts:
|
|
new-bark:
|
|
ansible_host: 100.64.0.2
|
|
goldenrod:
|
|
ansible_host: 100.64.0.1
|
|
traefik_servers:
|
|
hosts:
|
|
new-bark:
|
|
goldenrod:
|
|
dns_servers:
|
|
hosts:
|
|
new-bark:
|
|
media_servers:
|
|
hosts:
|
|
new-bark:
|
|
arr_servers:
|
|
hosts:
|
|
new-bark:
|
|
headscale_servers:
|
|
hosts:
|
|
goldenrod:
|
|
vaultwarden_servers:
|
|
hosts:
|
|
goldenrod:
|
|
gitea_servers:
|
|
hosts:
|
|
new-bark:
|
|
minecraft_servers:
|
|
hosts:
|
|
new-bark:
|
|
ntfy_servers:
|
|
hosts:
|
|
new-bark: |