-
Notifications
You must be signed in to change notification settings - Fork 253
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
v3.0.0: Suport for ansible Collection #261
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
…ut content, dependencies, and UPI (unique patch ID) differ. These patches have to be rolled back in advance of applying the PSU/RU and must afterwards be installed with the correct version (=UPI). They should however not be rolled back if they are already there with the desired UPI. This helps to write more idempotent playbooks. So there is a new parameter exclude_upi that is evaluated only if state=absent. To keep changes in working code at a minimum the check for UPI could be acquired only by another "opatch lspatches" that costs some seconds.
oracle_opatch: automatic rollback for unique patch ids
fix for quoted sqldelim fixes #opitzconsulting/issues/68
…k for password change for hashes - implemented check for plaintext password against S: pw hash
oracle_user: some enhancements
This is one of the biggest changes during the development of ansible-oracle since last refactoring. The project moves to a collection, which leads to the following breaking changes: - rename all roles with '-' in name to '_' This is a mandatory change, when moving to a collection. galaxy will not import a collection with a '-' in rolename... - Ansible 2.9+ needed Due to the dependency to Collections, the minimum version of Ansible has been cahnged to 2.9. - moved playbooks to playbooks folder This is the 1st step to reorganize the old - mostly not working - playbooks. The redesign of playbooks and example inventory is planned for a later time. - renamed variable for EE-Options in Binaries All variables with `oracle_EE_options` have been changed to `oracle_ee_options`. An assertation has been added to check the inventory for old - unsupported - variables. Other minor changes: - update ansible-lint for git pre-commit to v6.3.0 - removed all check exceptions from .ansible-lint
oradb_manage_db: Changes for ocenv
More fixes for Collection and less verbose with loop labels
antsibull-changelog
…oracle-modules/oc into collection
Merge current state from ansible-oracle-modules/oc
See oravirt#201. Additional change: Report error messages back from check_db_exists().
…oracle-modules/oc into oc
oracle_db: Set SYSTEM password when creating a DB
oradb_manage_statspack: Bugfix for db.state <> present
make password optional as well
Rendanic
changed the title
Suport for ansible Collection
v3.0.0: Suport for ansible Collection
Sep 4, 2022
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.
This is a huge INCOMPATIBLE CHANGE for ansible-oracle.
v3.0.0
Release Summary
ansible-oracle has been converted into a collection.
This release starts using antsibull-changelog for managing the CHANGELOG.rst.
Major Changes
Minor Changes
Breaking Changes / Porting Guide
Removed Features (previously deprecated)
Bugfixes
Known Issues