https://github.com/riodevelop/ansible-minio-balanced-cluster-deploy
Simple playbook for deploying MinIO cluster with NGINX load balancing and cluster virtual ip via keepalived.
https://github.com/riodevelop/ansible-minio-balanced-cluster-deploy
ansible-role keepalived minio nginx s3
Last synced: about 1 month ago
JSON representation
Simple playbook for deploying MinIO cluster with NGINX load balancing and cluster virtual ip via keepalived.
- Host: GitHub
- URL: https://github.com/riodevelop/ansible-minio-balanced-cluster-deploy
- Owner: riodevelop
- Created: 2025-01-19T18:05:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T17:05:19.000Z (over 1 year ago)
- Last Synced: 2025-04-02T20:47:23.459Z (about 1 year ago)
- Topics: ansible-role, keepalived, minio, nginx, s3
- Language: Jinja
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-minio-balanced-cluster-deploy
Simple playbook for deploying MinIO cluster with NGINX load balancing and cluster virtual ip via keepalived.
Writed mainly for RHEL based distros, but could simply edited for another distros.
## Deploying process
1. Fill inventory example with your hosts for minio, interfaces, passwords, etc.
2. Run playbook:
ansible-playbook -i inventory/yourinventory.ini -kK install.yml
Tested on ansible 2.18.1 and Oracle Linux 9.5