Skip to content

Releases: oravirt/ansible-oracle

ansible-oracle v1.6.2

04 Jun 14:39

Choose a tag to compare

New role: oradb-manage-redo

ansible-oracle v1.6.1

20 May 08:43

Choose a tag to compare

Added ansible-oracle-modules as a submodule.

  • Modules to manage: diskgroups, pdbs

Possible to customize databases after initial creation

  • Modules to manage: tablespaces, users, roles, grants, services

ansible-oracle v1.6.0

07 May 10:34

Choose a tag to compare

Minimum Ansible version 2.1

ansible-oracle v1.5.4

04 May 12:15

Choose a tag to compare

Not using master_node anymore

ansible-oracle v1.5.3

29 Apr 05:37

Choose a tag to compare

  • Removed '|bool' from conditionals
  • Turned all 'if xxx==True/False' into proper 'if xxx' & 'if not xxx'

ansible-oracle v1.5.2

27 Apr 05:10

Choose a tag to compare

Possible to break out passwords to external file

ansible-oracle v1.5.1

26 Apr 08:09

Choose a tag to compare

Added 2 variables for enabling/disabling extra yum repositories:

- extrarepos_enabled
- extrarepos_disabled

Comma separated list of repositories that should be enabled/disabled.
e.g
If running a RHEL7 based AMI on aws, the following repos should be enabled for getting access to compat- packages

extrarepos_enabled: "rhui-REGION-rhel-server-extras,rhui-REGION-rhel-server-optional"

ansible-oracle v1.5.0

01 Jan 19:19

Choose a tag to compare

  • Support for EL7
  • Support for SLES
  • Lots and lots of other changes

ansible-oracle v1.4.1

27 Apr 10:23

Choose a tag to compare

  • Updated oraswgi-opatch
  • A couple of smaller fixes

ansible-oracle v1.4

08 Jan 10:03

Choose a tag to compare

New in this release:

  • Support for 11.2.0.3 GI & DB
  • Added initial checks for correct OS family and version