dt_digitalteam.ansible_couchbase

Ansible Role for Couchbase

================== Build Status

This Ansible role helps you install and set up a Couchbase cluster.

How to Use

  1. Create a Couchbase group in your inventory file.
  2. The first node will act as the MASTER_HOST.
  3. Other nodes will connect to the MASTER_HOST.

Role Variables

Here are the default variables you can use:

  • couchbase_version: 6.5.0
  • couchbase_edition: enterprise
  • couchbase_path: /var/lib/couchbase/
  • couchbase_index_path: var/lib/couchbase/index
  • couchbase_port: 8091
  • couchbase_services:
    • kv (key-value store)
  • couchbase_user: Administrator
  • couchbase_password: password
  • couchbase_cluster_ramsize: 512 MB
  • couchbase_cluster_index_ramsize: 256 MB

License

This project is licensed under the MIT License. You can find the License file here.

Author Information

Created by Digitalteam (www.digitalteam.fr) based on roles by "Evan Briones".

Compatible with Debian and Ubuntu

Feel free to submit pull requests if you have improvements!

Informazioni sul progetto

Ansible role to install and configure a Couchbase cluster.

Installa
ansible-galaxy install dt_digitalteam.ansible_couchbase
Licenza
mit
Download
954
Proprietario