Skip to content
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

Test #3

Closed
wants to merge 43 commits into from
Closed

Test #3

wants to merge 43 commits into from

Commits on Jun 9, 2021

  1. added stop_processes for remove_patch

    duhlig authored and Rendanic committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    ec94c0a View commit details
    Browse the repository at this point in the history
  2. Some interim patches are PSU/RU dependent. The patch ID is the same b…

    …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.
    duhlig authored and Rendanic committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    2a1240f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. Merge pull request #11 from Rendanic/pr_opatch_rollback_upioc

    oracle_opatch: automatic rollback for unique patch ids
    Rendanic authored Jun 13, 2021
    Configuration menu
    Copy the full SHA
    46124c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. fix for quoted sqldelim fixes oravirt#68

    bartowl authored and Rendanic committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    2cce28e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. Merge pull request #12 from Rendanic/proraclesql

    fix for quoted sqldelim fixes #opitzconsulting/issues/68
    Rendanic authored Oct 10, 2021
    Configuration menu
    Copy the full SHA
    fd3ecb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. - single quotes for create .. identified by values - implemented chec…

    …k for password change for hashes - implemented check for plaintext password against S: pw hash
    bartowl authored and Rendanic committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    cc7c1ca View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Merge pull request #13 from opitzconsulting/pruser

    oracle_user: some enhancements
    Rendanic authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    4056d76 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. ansible-oracle: BREAKING CHANGE! move to a collection (oravirt#99)

    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
    Rendanic authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    caa3186 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    86c408f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5fe6b6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request oravirt#100 from Rendanic/procenv2

    oradb_manage_db: Changes for ocenv
    Rendanic authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    58affe2 View commit details
    Browse the repository at this point in the history
  4. typo

    Rendanic committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    50bcf15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d763372 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bfdf674 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    13cf9b9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request oravirt#101 from Rendanic/prcollection2

    More fixes for Collection and less verbose with loop labels
    Rendanic authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    28f7264 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. Configuration menu
    Copy the full SHA
    24bf6cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d99c2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb4d950 View commit details
    Browse the repository at this point in the history
  4. changelog fragments

    Rendanic committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    ccb62ef View commit details
    Browse the repository at this point in the history
  5. Merge pull request oravirt#102 from Rendanic/prantsibull-changelog

    antsibull-changelog
    Rendanic authored Jul 9, 2022
    Configuration menu
    Copy the full SHA
    6c097b5 View commit details
    Browse the repository at this point in the history
  6. fixed quotes for ALTER USER

    bartowl authored and Rendanic committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    b7b5c9c View commit details
    Browse the repository at this point in the history
  7. Merge commit 'b7b5c9c5ff57a5541543cb3010f77d4daead9561' from ansible-…

    …oracle-modules/oc into collection
    Rendanic committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    317b092 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf58063 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Merge pull request oravirt#103 from Rendanic/prmergemodules

    Merge current state from ansible-oracle-modules/oc
    Rendanic authored Jul 10, 2022
    Configuration menu
    Copy the full SHA
    89a1b2f View commit details
    Browse the repository at this point in the history
  2. Set SYSTEM password when creating a DB

    See oravirt#201.
    Additional change: Report error messages back from check_db_exists().
    duhlig authored and Rendanic committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    5fd2fae View commit details
    Browse the repository at this point in the history
  3. Merge commit '5fd2fae52830e88b8891356c282b378b46ff8703' from ansible-…

    …oracle-modules/oc into oc
    Rendanic committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    28d9f71 View commit details
    Browse the repository at this point in the history
  4. oracle_db: changelog

    Rendanic committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    7384703 View commit details
    Browse the repository at this point in the history
  5. Merge pull request oravirt#104 from Rendanic/prsystempassword

    oracle_db: Set SYSTEM password when creating a DB
    Rendanic authored Jul 10, 2022
    Configuration menu
    Copy the full SHA
    7139875 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e7e52c View commit details
    Browse the repository at this point in the history
  7. Merge pull request oravirt#105 from Rendanic/prstatspack

    oradb_manage_statspack: Bugfix for db.state <> present
    Rendanic authored Jul 10, 2022
    Configuration menu
    Copy the full SHA
    24744bf View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. changelog known issues

    Rendanic committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    473c046 View commit details
    Browse the repository at this point in the history
  2. bugfix: make uid/gid/password in oracle_users/oracle_groups optional

    make password optional as well
    bartowl authored and Rendanic committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    953bbb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    386d973 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    8285a83 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    e1b8eec View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Configuration menu
    Copy the full SHA
    02b6d82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a7096c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7d8223 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. ocenv: update to 2022-08-10

    Rendanic committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    a8cd687 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eef7d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    b94e5dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7d8785 View commit details
    Browse the repository at this point in the history