Skip to content

theqwan/ansible-role-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-elasticsearch Build Status

=========

安裝 elasticsearch。

適用於

  • Ubuntu 14.04, 16.04
  • CentOS 6, 7

Requirements

  • ansible >= 2.4
  • python >= 2.6

Role Variables

以下為預設值,請自行覆蓋。

elasticsearch_version: 5.6.4

以下 Variables 非必填項目,想要設定客製的 elasticsearch 才需要設置。

使用方式請參考範例。

  • install_plugins:
  • custom_elasticsearch_conf

Dependencies

none.

Example Playbook

- name: install_elasticsearch.yml
  hosts: your_host
  gather_facts: yes
  become: yes

  vars:
    - elasticsearch_version: 6.2.3
    - install_plugins:
        - ingest-attachment
        - "https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v5.6.4/elasticsearch-analysis-ik-5.6.4.zip"
    - custom_elasticsearch_conf: /path/to/your/custom_elasticsearchrc.yml

  roles:
    - ansible-role-elasticsearch

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published