Skip to content

Instantly share code, notes, and snippets.

@ijokarumawak
Created April 15, 2014 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ijokarumawak/10706005 to your computer and use it in GitHub Desktop.
Save ijokarumawak/10706005 to your computer and use it in GitHub Desktop.
Installing Elasticsearch and Couchbase transport plugin via Ansible using elasticsearch role
- name: Install Elasticsearch
hosts: rails.myvm
sudo: true
vars:
elasticsearch_install_java: true
elasticsearch_timezone: Asia/Tokyo
elasticsearch_plugins:
- name: 'transport-couchbase'
url: 'http://packages.couchbase.com.s3.amazonaws.com/releases/elastic-search-adapter/1.2.0/elasticsearch-transport-couchbase-1.2.0.zip'
- name: 'mobz/elasticsearch-head'
roles:
- gpstathis.elasticsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment