Skip to content

Releases: oravirt/ansible-oracle

ansible-oracle v1.5.3

29 Apr 05:37
Compare
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
Compare
Choose a tag to compare

Possible to break out passwords to external file

ansible-oracle v1.5.1

26 Apr 08:09
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Updated oraswgi-opatch
  • A couple of smaller fixes

ansible-oracle v1.4

08 Jan 10:03
Compare
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

ansible-oracle v1.3.1

11 Dec 11:14
Compare
Choose a tag to compare
  • Minor fixes in GI install template for Flex Cluster
  • Cleanup of example configurations

New in this release:

  • Possible to setup a basic /etc/hosts with local nodename + ip if there is no proper name resolution available (e.g running a VM in Virtualbox etc). Toggled by the parameter 'configure_etc_hosts'. Default is false

ansible-oracle v1.3

20 Nov 12:16
Compare
Choose a tag to compare

New in this release:

  • Support for Flex Clusters

ansible-oracle v1.2

06 Nov 10:10
Compare
Choose a tag to compare

New in this release:

ansible-oracle v1.1

20 Oct 10:23
Compare
Choose a tag to compare
  • Supports Oracle GI/DB 11.2.0.4/12.1.0.1/12.1.0.2
  • RAC, RAC One Node, Single instance

New in this release:

  • Support for 11.2.0.4
  • Support for container databases
  • Support for installations over nfs
  • Support for GI/DB role separation
  • Support for choosing which nic should be public/private in a RAC-config
  • Support for using udev for device name persistence