commit af4c1e73488448ef132136335fa2e6de8c0dc2f8 Author: YuruC3 Date: Sun May 11 21:28:21 2025 +0300 Add README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..33c6ce5 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# A playbook(s) for deploying Galera and Load Balancer + +To do: + +- [ ] Playbook for deploying galera + + Functional requirements: + - [ ] install deps, mariadb and galera + - [ ] create db config + - [ ] create galera config + - [ ] wsrp-new-cluster in special order + + Non-Functional requirements: + - [ ] SSL + +- [ ] Playbook for deploying load balancer + + Functional requirements: + - [ ] install deps, keepalived, haproxy + - [ ] keepalived config per LB + - [ ] haproxy config per LB +