geerlingguy / ansible-role-elasticsearch

Ansible Role - Elasticsearch
https://galaxy.ansible.com/geerlingguy/elasticsearch/
MIT License
185 stars 209 forks source link

Configure path for logs and data #74

Closed nicenemo closed 3 years ago

nicenemo commented 3 years ago

As a user of Elasticsearch and your Elasticsearch Ansible role I want to configure my Elasticsearch logs and data on a separate disk.

The current configuration hard codes these to a default location. Overriding these with extra parameters will give configuration for the same configuration parameter twice with different values.

This merge-request defines two new variables with your defaults. These are now used in the template.

stale[bot] commented 3 years ago

This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark pull requests as stale.

stale[bot] commented 3 years ago

This pull request has been closed due to inactivity. If you feel this is in error, please reopen the pull request or file a new PR with the relevant details.

geerlingguy commented 3 years ago

Hmm... I'm not sure why I can't re-open this PR...

geerlingguy commented 3 years ago

@nicenemo - Is it possible for you to open a new PR? The 'Reopen' link is dead on this one :(

nicenemo commented 3 years ago

I will reopen with a better one.

Op ma 9 aug. 2021 17:05 schreef Jeff Geerling @.***>:

@nicenemo https://github.com/nicenemo - Is it possible for you to open a new PR? The 'Reopen' link is dead on this one :(

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/geerlingguy/ansible-role-elasticsearch/pull/74#issuecomment-895302382, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUNS5EYVPOK3FW4GP3KWNDT37VFHANCNFSM4TKKIC2Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

littlecxm commented 1 month ago

any updates?