GithubHelp home page GithubHelp logo

ansible-elasticsearch's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ansible-elasticsearch's Issues

Problem: There's no variable to define path.repo in config file

There's no variable in template to configure path.repo. We are using it for backups and AtoM replication script. The setting is added by a separate playbook.

The problem is when running this role again: the path.repo setting is lost.

Including this new variable in template will fix the issue.

oracle java installation error

Oracle repository seems to be no longer providing the
oracle-java8-installer package required by this role by default, producing an error and breaking the apt installer (subsequent apt-get commands issue keep trying to install it)

Workaround:

  • do a dpkg -r oracle-java8-installer on the affected machine to fix apt
  • Install openjdk instead of oracle java (ref. #3), see artefactual/deploy-pub#47 for an example

Purpose of deleting and recreating plugin directory?

Hello,

What is the purpose of deleting and recreating the plugin directory?

- file: path={{ elasticsearch_plugin_dir }} state=absent
when: elasticsearch_plugin_dir is defined
- file: path={{ elasticsearch_plugin_dir }} state=directory owner={{ elasticsearch_user }} group={{ elasticsearch_group }} recurse=yes
when: elasticsearch_plugin_dir is defined

Thanks!

Problem: Errors when upgrading to Elasticsearch 5.x

AtoM 2.5 needs Elasticsearch 5.x.

Several changes are needed to upgrade to Elasticsearch 5.x with this ansible role. Upgrading is not about just changing the variable elasticsearch_version to '5.X.Y' version and running the role.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.