Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding opensearch as an option to 1-clicks #60

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Apr 27, 2022

  1. Adding opensearch as an option to 1-clicks

    This adds a 1 click recipe that installs opensearch and
    opensearch dashboards on a single droplet with TLS enabled.
    
    The apps use a self signed certificate and the passwords for the admin
    and kibana user are at `/home/opensearch/admin_password.txt` and
    `/home/opensearch/kibana_password.txt` files.
    Maurício Linhares committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    88ef8df View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Update opensearch-20-04/ansible/roles/opensearch/tasks/main.yml

    Co-authored-by: Julian Miller <[email protected]>
    mauricio and jrm780 authored Apr 29, 2022
    Configuration menu
    Copy the full SHA
    170409b View commit details
    Browse the repository at this point in the history
  2. Adding user as root so it doens't use the local user

    Maurício Linhares committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    aee0e24 View commit details
    Browse the repository at this point in the history
  3. Adding checksums for packages

    Maurício Linhares committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    29bf953 View commit details
    Browse the repository at this point in the history