overskylab / ansible-couchbase

Ansible role to install and manage Couchbase server community

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role: Couchbase

Requirements

N/A

Role Variables

defaults/main.yml

Dependencies

None.

Example Inventory

couchbase-1.domain.tld ansible_host=*ip*
couchbase-2.domain.tld ansible_host=*ip*
couchbase-3.domain.tld ansible_host=*ip*

[couchbase_all]
couchbase-1.domain.tld
couchbase-2.domain.tld
couchbase-3.domain.tld

[couchbase_data_service]
couchbase-1.domain.tld
couchbase-2.domain.tld
couchbase-3.domain.tld

[couchbase_index_service]
couchbase-3.domain.tld

[couchbase_query_service]
couchbase-3.domain.tld

[couchbase_fts_service]
couchbase-3.domain.tld

Example Playbook

- hosts: all
  roles:
    - ansible-couchbase

License

MIT

About

Ansible role to install and manage Couchbase server community

License:MIT License