Skip to content

Fix example playbook #135

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

Merged
merged 2 commits into from
Mar 30, 2023
Merged

Fix example playbook #135

merged 2 commits into from
Mar 30, 2023

Conversation

widhalmt
Copy link
Member

The example playbook we provided would have installed Elastic Stack on all hosts. When writing it a change about choosing hosts to install slipped my mind.

fixes #130

The example playbook we provided would have installed Elastic Stack on
all hosts. When writing it a change about choosing hosts to install
slipped my mind.

fixes #130
@widhalmt widhalmt added bug Something isn't working documentation Improvements or additions to documentation labels Mar 29, 2023
@widhalmt widhalmt added this to the 1.0.0 milestone Mar 29, 2023
@widhalmt widhalmt self-assigned this Mar 29, 2023
@widhalmt widhalmt added this pull request to the merge queue Mar 30, 2023
Merged via the queue into main with commit 0fba5d6 Mar 30, 2023
@widhalmt widhalmt deleted the doc/redis-130 branch March 30, 2023 14:48
ivareri pushed a commit to ivareri/ansible-collection-elasticstack that referenced this pull request Jun 17, 2025
* Fix broken keys on some systems

fixes NETWAYS#135

It looks like there are still some hosts where pkcs8 keys for Logstash
Beats input must not be encrypted. The strange thing about it is that it
works on some systems (CentOS 7) and on some it doesn't (so far Ubuntu
20.04). I tried recreating the keys and some other ways but the Ubuntu host didn't like encrypted keys at all. So here's a workaround.

Several other potential issues came up and were fixed, namely:

* There's now a variable to disable encryption of the key used for the
  Beats input in Logstash
* Logstash certificates created with `certutil` get now a suffix to
  their name. This helps when you have different passwords for
  keys in different tools. Otherwise they overwrite each other and you
  don't know which file has which passphrase
* Rename certificate archive
ivareri pushed a commit to ivareri/ansible-collection-elasticstack that referenced this pull request Jun 17, 2025
The example playbook we provided would have installed Elastic Stack on
all hosts. When writing it a change about choosing hosts to install
slipped my mind.

fixes NETWAYS#130
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run Redis role only on Logstash hosts
2 participants