Skip to content

Releases: oravirt/ansible-oracle

ansible-oracle v3.11.0

14 Aug 19:03

Choose a tag to compare

v3.11.0

Minor Changes

  • new vagrantbox example beginner_patching (#370)
  • oradb_rman: added option state for cronjobs, disabled is optional now (#369)

Bugfixes

  • oradb_manage_db: bugfix for wrong IFILE path in tnsnames.ora and sqlnet.ora when readonly ORACLE_HOME is used (#371)

ansible-oracle v3.10.1

28 Jul 18:19

Choose a tag to compare

v3.10.1

Bugfixes

  • oradb_facts: Bugfix for missing default variable definitions (#366)
  • oradb_manage_grant: Bugfix for broken grant on pdb with db_domain (#365)

ansible-oracle v3.10.0

26 Jul 06:21

Choose a tag to compare

v3.10.0

Minor Changes

  • oracle_sqldba: refactoring code, make it usable for ansible-doc, Python3 usable only (#361)
  • oradb_manage_db: create _DGMGRL SID in listener.ora for EE only (#359)

Bugfixes

  • Bugfix for missing Listener autostart and readonly Homes in systemd (#358)
  • oracle_sqldba: Bugfix for Python3 (#361)
  • oraswdb_install: shellchecker for manage_oracle_rdbms_procs.sh (#358)
  • pre-commit: Bugfix for known issue from ansible-oracle 3.8.0 (#383)

ansible-oracle v3.9.0

16 Jul 13:46

Choose a tag to compare

v3.9.0

Release Summary

This release adds support for db_domain in init.ora for nonCDB and CDB. Read (#356) for requirements and notes.

Minor Changes

  • Added support for db_domain in init.ora (#356)
  • oradb_facts: Backported role from dev release (#356)
  • oraswdb_install: fixed wrong creates in curl.yml (#354)

Bugfixes

  • oraswdb_install: enable CV_ASSUME_DISTID=OL7 for Golden-Image on OL/RHEL8 (#355)

ansible-oracle v3.8.1

10 Jul 04:59

Choose a tag to compare

v3.8.1

Bugfixes

  • oraswdb_install: bugfix for imagename in db_homes_config (#352)

ansible-oracle v3.8.0

08 Jul 16:00

Choose a tag to compare

v3.8.0

Release Summary

This is ansible-oracle 3.8.0.
The target database server must have Python3 installaed which is automatically done with role orahost.
It is mandatory for the module oracle_db which is used in oradb_manage_db.

Minor Changes

  • Add restart possibility after scope=spfile init parameters change (#342)
  • Add state=restarted to oracle_db (#342)
  • Remove deprecation warnings for community.general 7.x (#339)
  • black: adding black to pre-commit (#343)
  • flake8: adding flake8 to pre-commit (#343)
  • github Actions: adding Action for black and flake8 (#343)
  • ocenv: version 2023-06-06 of ocenv environment script (#347)
  • oracle_db: Refactoring code for flake8 (#342)

Breaking Changes / Porting Guide

  • cx_Oracle: requires Python3 installed on target system (#342)
  • cx_oracle: Added installation of cx_Oracle for Python3 (#346)
  • oradb_manage_db: requires Python3 installed on target system (#342)

Deprecated Features

  • modules: all modules will loose support for Python2 in ansible-oracle 4.0.0 (#346)

Bugfixes

  • common: removed assert for python due to #346 (#350)
  • orasw_download_patches: added missing assert for oracle_sw_source_local (#340)
  • oraswdb_install: changed oracle_databases to db_homes_installed for installation source of ORACLE_HOMEs (#348)
  • oraswdb_manage_patches: Bugfix for missing opatch or opatchauto in db_homs_config dict (#349)
  • pre-commit: added antsibull-changelog-lint (#345)
  • pre-commit: moved ansible-lint to end of pre-commit hooks (#344)

Known Issues

ansible-oracle v3.7.0

22 Jun 18:02

Choose a tag to compare

The collection was released on May 7 but the release on github was not created.

Minor Changes

  • added task to REGISTER DATABASE in Rman Catalog (#336)
  • ansible-lint: Update to 6.14.4 (#329)
  • orahost: improve oracle os packages selection for Suse (#337)

ansible-oracle v3.6.0

03 Mar 06:49

Choose a tag to compare

v3.6.0

Minor Changes

  • added new orasw_download_patches role (#332)
  • common: assert python2 interpreter on OL/RHEL7 (#330)
  • github action: deploy collection (#324)
  • github action: stale issues & PRs (#326)
  • orasw_meta: added central assert tasks for ansible-oracle (#325)

ansible-oracle v3.5.1

16 Feb 22:01

Choose a tag to compare

v3.5.1

Bugfixes

  • oradb_manage_tablespace: added missing defaults for password (#323)

ansible-oracle v3.5.0

02 Feb 21:28

Choose a tag to compare

v3.5.0

Release Summary

This is a small monthly release of ansible-oracle.

Minor Changes

  • add configuration variables for pam_limits to orahost (#317)

Deprecated Features

  • Removal of deprecated directory /inventory from repository with next release.