-
Notifications
You must be signed in to change notification settings - Fork 10
Review and refactoring of the collection #395
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
base: main
Are you sure you want to change the base?
Conversation
elasticstack_full_stack
to elasticstack_collection_managed
d35e0c0
to
56c5751
Compare
There were an known issue with EL 9 that has been solved by elastic itself. We dont need it anymore. elastic/elasticsearch#85876
c053850
to
c5b90a3
Compare
This variable is only part of the `repos` role. There is no need to define it inside the `elasticstack` role.
`repos_deb_remove_legacy_key` can be used to remove an existing key from the trusted.gpg keyring
Keep an straight line for comments in templates, newlines in yaml files and yaml syntxa in general
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the idea, thanks. I think will document the following variable in the documentation PR, will you?
elasticstack_hosts_elasticsearch
elasticstack_hosts_logstash
elasticstack_hosts_kibana
Sure. This will be documented. For now I just wanted to see if everything works and let the pipelines run :D |
There are tasks that are doing things with other tools of the collection (e.g: after changing certificates in elasticsearch, we need to restart kibana). This tasks will be moved to the global role "elasticstack" and can be called by via 'notify'. Also, global handlers will only do something when `elasticstack_collection_managed` is true (means the whole stack is managed by the collecion)
611711f
to
1fe1c2a
Compare
PR to add some refactoring development. Will grow over time.
Part of #396
A list of changes can be found below.
elasticstack_full_stack
toelasticstack_collection_managed
[Question]: Renamefull_stack
variable - Please let us know your ideas #316 68535e3repos
56c5751elasticstack_enable_repos
torepos_enable_repos
and move into therepos
role itself 2e7d808repos_deb_remove_legacy_key
to remove key from the deprecated trusted.gpg keyring 4aa385ffixes #316