https://github.com/hahnavi/ansible-playbook-yugabyte-db
Ansible Playbook to setup YugabyteDB Cluster
https://github.com/hahnavi/ansible-playbook-yugabyte-db
ansible ansible-playbook postgresql yugabyte yugabytedb
Last synced: 8 months ago
JSON representation
Ansible Playbook to setup YugabyteDB Cluster
- Host: GitHub
- URL: https://github.com/hahnavi/ansible-playbook-yugabyte-db
- Owner: hahnavi
- Created: 2024-11-08T09:37:24.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T09:43:23.000Z (11 months ago)
- Last Synced: 2025-01-06T03:41:34.583Z (9 months ago)
- Topics: ansible, ansible-playbook, postgresql, yugabyte, yugabytedb
- Language: Jinja
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Playbook to setup YugabyteDB Cluster
## Prerequisites
* Ansible
* Python 3
* 3 or more servers with Ubuntu## Run Playbook
1. Clone the repository:
```bash
git clone https://github.com/hahnavi/ansible-playbook-yugabyte-db.git
```
2. Navigate to the repository directory:
```bash
cd ansible-playbook-yugabyte-db
```
3. Edit the `inventory.ini` file to specify the IP addresses of your servers.
4. Run the playbook:
```bash
ansible-playbook playbook.yml
```