Git Product home page Git Product logo

ansible-role-solr-uninstall's Introduction

Solr Uninstall

License Build Status Build Status Galaxy Ansible Ansible

Summary

This role:

  • Uninstalls Solr on Centos 7, Ubuntu or Windows host

Requirements

  • Minimal Version of the ansible for installation: 2.7
  • Solr installed Build Status
  • Supported OS:
    • CentOS
      • 7
    • Ubuntu
    • Windows
      • "Windows Server 2008"
      • "Windows Server 2008 R2"
      • "Windows Server 2012"
      • "Windows Server 2012 R2"
      • "Windows Server 2016"
      • "Windows 7"
      • "Windows 8.1"
      • "Windows 10"

Prepared Windows System

Role Variables

  • solr_version - matches available version on https://archive.apache.org/dist/lucene/solr/. Tested versions 5.3-8.x

    default: 8.0.0

  • dest_main_path - root directory to store solr folder

    default: /opt for Linux

    default: C:\Solr for Windows

  • solr_dest_path - solr folder path

    default: {{ dest_main_path }}/solr-{{ solr_version }}

  • solr_user - os user to run solr service

    default: solr

  • solr_group - os group for user

    default: solr

  • solr_service_name - solr service name

    default: solr

  • solr_base_path - path to solr base

    default: /var/solr

  • solr_insh_default - path to solr.in.sh

    default: /etc/default/solr.in.sh

  • solr_with_systemd - to run solr as a service

    default: True

  • solr_remove_user - to remove user and group

    default: False

Example Inventory

[solr]
solr.example.com

[solrwin]
solrwin.example.com

[solrwin:vars]
ansible_user=admin
ansible_password=password
ansible_connection=winrm
ansible_winrm_server_cert_validation=ignore

Example Playbook

- name: Uninstall Solr
  hosts: solr
  roles:
    - role: lean_delivery.solr_uninstall

License

Apache

Author Information

authors:

ansible-role-solr-uninstall's People

Contributors

kharkevich avatar viachaslaukabak avatar

Watchers

 avatar

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.