-
Notifications
You must be signed in to change notification settings - Fork 11
Fixed RabbitMQ installation when using custom variables #67
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
steven-schattenberg-itential
merged 14 commits into
itential:main
from
kvelarde-itential:rabbitmq_custom_config
Sep 21, 2024
Merged
Fixed RabbitMQ installation when using custom variables #67
steven-schattenberg-itential
merged 14 commits into
itential:main
from
kvelarde-itential:rabbitmq_custom_config
Sep 21, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* resolved conflicts * Fix ansible-lint issues * Resolved conflict
* Remove yum_update and remove the task to update the current yum packages --------- Co-authored-by: $GITHUB_ACTOR <[email protected]>
* Fix lint issues in redis_auth role
Remove rabbitmq cluster role Update docs Fix hard-coded rabbitmq ports in platform role Move rabbitmq ports to common vars role Add ability to set rabbitmq disk_free_limit.absolute
* resolved conflicts * Adding port var to mongo tasks to support non-standard ports * Fixed typo * Resolved code review items
* Create redis_varlib.te This file will add SELinux context to add log, data directories in a different place from the default * Update main.yml to support redis_data_dir, redis_log_dir, redis_pid_dir, different port Fix support to: * redis_data_dir, * redis_log_dir, * redis_pid_dir, * different port * Remove user,group and data,log directories creation. Remove user,group and data,log directories creation. Those items now are created in main.yml tasks * Fixed pid dir, and announce port Fixed pid dir, and announce port * Change the installation source from remi_repo to source Change the installation source from remi_repo to source * Added redis_port and sentinel_port variables Added redis_port and sentinel_port variables * Fixed the hardcoded redis ports to variable Fixed the hardcoded redis ports to variable * Fixed source install Fixed source install * Fixed conditions rules for execute directories creation Fixed conditions rules for execute directories creation * Optimize the code in announce items Optimize the code in announce items * Removed sentinel port, moved for common vars Removed sentinel port, moved for common vars * Fixed the hardcoded redis port to a variable Fixed the hardcoded redis port to a variable * Fixed hardcoded ports to variable Fixed hardcoded ports to variable * Fix sentinel variable name Fix sentinel variable name * Fixed trailing spaces Fixed trailing spaces
steven-schattenberg-itential
approved these changes
Sep 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.