-
-
Notifications
You must be signed in to change notification settings - Fork 17
Feature/graylog server #187
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
| shards: 4 | ||
| title: 'Linuxfabrik Index Set (managed by Ansible - do not edit)' | ||
| writable: true | ||
| graylog_server__system_index_sets__dependent_var: [] |
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.
both renaming the variable and changing the default is a (potentially) breaking change - document this clearly in the CHANGELOG.md
| Accept: 'application/json' | ||
| X-Requested-By: 'cli' | ||
| when: "graylog_server__get_index_sets_result | community.general.json_query(\"json.index_sets[?index_prefix==`\" ~ graylog_server__system_default_index_set['index_prefix'] ~ \"`].id\") | length == 0" | ||
| loop: '{{ graylog_server__system_index_sets__combined_var }}' |
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.
since it is a combined_var the role needs to implement and correctly handle the state key
| headers: | ||
| X-Requested-By: 'cli' | ||
| when: "graylog_server__get_index_sets_result | community.general.json_query(\"json.index_sets[?index_prefix==`\" ~ graylog_server__system_default_index_set['index_prefix'] ~ \"`].id\") | length > 0" | ||
| # - name: 'Set default index set' |
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.
why is this commented out? either remove dead code or add a default subkey to the graylog_server__system_index_sets__*_var
| graylog_server__system_inputs__dependent_var: [] | ||
| graylog_server__system_inputs__group_var: [] | ||
| graylog_server__system_inputs__host_var: [] | ||
| graylog_server__system_inputs__role_var: [] |
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.
why did we remove the default values here? please explain the intended way to use the role in an "Post-Installation Steps" section in the README.md (have a look at the elasticsearch role)
No description provided.