-
Notifications
You must be signed in to change notification settings - Fork 0
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
Mar/databases playbooks #13
Merged
Merged
Conversation
This file contains 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
* feat: add backup ansible playbooks * fix: remove azure storage option * fix: delete az options * fix: delete az comments * fix: update variables and backups instructions * fix: update mysql database variable * fix: include default --all-databases * fix: update mongo backup extension * fix: name upload storage step * fix: name mysql databases * chore: adding docs and small refactoring * fix: S3 storage path * fix: add character validator "/" --------- Co-authored-by: jfavellar90 <jhony.avella@edunext.co>
jfavellar90
reviewed
Oct 5, 2023
jfavellar90
reviewed
Oct 9, 2023
jfavellar90
approved these changes
Oct 9, 2023
jfavellar90
added a commit
that referenced
this pull request
Oct 9, 2023
* fix: add mysql_config_version for mysql5.7 * fix: set password in task alter_user_root * feat: add mongo4.4 playbooks * fix: focal dist for mongo4_4 * fix: define mysql_config inside mysql_8_0 * fix: restore mysqld.conf.j2 in mysql_config * fix: format yaml * fix: comments, colletion and unused variables * fix: add MONGO_LOG_SERVERSTATUS variable * feat: add support for mongo44 in ubuntu jammy * chore: add documentation for mongodb compatibility * chore: add new documentation --------- Co-authored-by: jfavellar90 <jhony.avella@edunext.co>
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.
Description
This PR adds the playbooks, tasks, and configurations necessary to provision MongoDB 4.4 and MySQL 8.0 databases.
How to test it?
To test it, you can use this documentation to use Ansible, then use the
mysql_8_0.yml
andmongo_4_4.yml
playbooks with this command: