Added some more ideas for other playbooks

This commit is contained in:
YuruC3 2025-05-12 22:34:31 +02:00
parent 93d3c8a91b
commit 442dc5a909

23
others/OTHERS.md Normal file
View File

@ -0,0 +1,23 @@
# Some other ideas for playbooks for simpler deployment
To do:
- [ ] Playbook for deploying NPM with KPAVD
Functional requirements:
- [ ] preconfigure environment vars like db_username, db_host etc
- [ ] install deps, docker, keepalived
- [ ] prep docker-compose.yml with correct environment vars
- [ ] start
- [ ] create keepalivedusr for running "health check" script
- [ ] create said script
- [ ] prepare config for keepalived
- [ ] create or copy over config for keepalived
- [ ] start and enable keepalived
Non-Functional requirements:
- [ ] Option to run SQlite instead of dedicated SQL db
- [ ] Playbook for deploying HA caddy(?)