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

[pull] master from oravirt:master #53

Merged
merged 3 commits into from
May 1, 2024
Merged

[pull] master from oravirt:master #53

merged 3 commits into from
May 1, 2024

Commits on May 1, 2024

  1. This is a fix for #453 .

    bugfix set custom environment for executables with oracle_script_env
    
    `_JAVA_OPTIONS` is only set when `oracle_tmp_stage` != /tmp due to issues
    with `GridSetup.sh -applyRU` for 21c.
    The default for `oracle_tmp_stage` is /tmp when `ansible-fips` is disabled
    or `{{ oracle_stage }}/tmp` when enabled.
    
    The owner, group and priviledges for `oracle_tmp_stage` are set to same
    values as `/tmp` on normal linux servers.
    
    The `CV_ASSUME_DISTID` is set to `OL{{ ansible_distribution_major_version }}` for RHEL/OL
    when not RHEL9/OL9 and set to `OL8` when RHEL9/OL9.
    
    `SLES15` is default for SuSE at the moment. This could be changed in next PRs.
    
    `cluvfy` is always executed without `CV_ASSUME_DISTID`, because the tool is
    compatible for all supported plattforms when most current version is used.
    Rendanic committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3e77e0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dae596 View commit details
    Browse the repository at this point in the history
  3. Reboot handler improvements (#457)

    * introduced role to provide handlers across other roles
    
    * needs-reboot check for Suse
    
    * global_handlers: Reboot handler improvements, restart_on_requirement=false, ansible-lint
    
    ---------
    
    Co-authored-by: Thilo Solbrig <[email protected]>
    Co-authored-by: Thorsten Bruhns <[email protected]>
    3 people authored May 1, 2024
    Configuration menu
    Copy the full SHA
    39639be View commit details
    Browse the repository at this point in the history