Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ opitzconsulting.ansible\_oracle Release Notes

.. contents:: Topics

v4.13.0
=======

Minor Changes
-------------

- Added a guide on how to install Ansible-Oracle manually on a server without Internet access. (oravirt#506)
- Fix typo for sql_zauberkasten (oravirt#509)
- ansible-lint: more excludes (oravirt#505)
- create OMF enabled databases using dbca's -useOMF flag (oravirt#507)
- manage_pdb: Enter nested loop only when oracle_pdbs has an entry (oravirt#507)
- oraapex: Added missing option to copy source from remote or local host (oravirt#512)
- oradb_manage_db: make hard coded folder .Scripts configurable (oravirt#511)
- oradb_tzupgrade: Add orasw_meta_internal as a dependent role (oravirt#510)

Bugfixes
--------

- orahost_meta: move scripts_folder variable from common to orahost_meta (oravirt#504)

v4.12.0
=======

Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 4.12.0
version: 4.13.0
25 changes: 25 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,31 @@ releases:
- tz_cdb_upgrade_issue.yml
- unarchive-check.yml
release_date: '2025-03-02'
4.13.0:
changes:
bugfixes:
- 'orahost_meta: move scripts_folder variable from common to orahost_meta (oravirt#504)'
minor_changes:
- Added a guide on how to install Ansible-Oracle manually on a server without
Internet access. (oravirt#506)
- Fix typo for sql_zauberkasten (oravirt#509)
- 'ansible-lint: more excludes (oravirt#505)'
- create OMF enabled databases using dbca's -useOMF flag (oravirt#507)
- 'manage_pdb: Enter nested loop only when oracle_pdbs has an entry (oravirt#507)'
- 'oraapex: Added missing option to copy source from remote or local host (oravirt#512)'
- 'oradb_manage_db: make hard coded folder .Scripts configurable (oravirt#511)'
- 'oradb_tzupgrade: Add orasw_meta_internal as a dependent role (oravirt#510)'
fragments:
- ansible-lint.yml
- apex_sw_local.yml
- create_omf_database.yml
- doc-local-install.yml
- oradb_tzupgrade_role_dependency.yml
- pdbs-default-for-patching.yml
- scripts-folder-configurable.yml
- scripts_folder_fix.yml
- typo-zauberkasten.yml
release_date: '2025-03-30'
4.2.0:
changes:
breaking_changes:
Expand Down
3 changes: 0 additions & 3 deletions changelogs/fragments/ansible-lint.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/apex_sw_local.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/create_omf_database.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/doc-local-install.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/oradb_tzupgrade_role_dependency.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/pdbs-default-for-patching.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/scripts-folder-configurable.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/scripts_folder_fix.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/typo-zauberkasten.yml

This file was deleted.

2 changes: 1 addition & 1 deletion example/beginner_patching/ansible/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
collections:
- name: opitzconsulting.ansible_oracle
version: 4.12.0
version: 4.13.0

# following entry is for development only!
# - name: opitzconsulting.ansible_oracle
Expand Down
2 changes: 1 addition & 1 deletion example/rac/ansible/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
collections:
- name: opitzconsulting.ansible_oracle
version: 4.12.0
version: 4.13.0

# following entry is for development only!
# - name: opitzconsulting.ansible_oracle
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace: opitzconsulting
name: ansible_oracle
description: "This is the collection of ansible-oracle from https://github.com/oravirt/ansible-oracle"
version: 4.12.0
version: 4.13.0
repository: https://github.com/oravirt/ansible-oracle.git
readme: README.md
authors:
Expand Down
6 changes: 0 additions & 6 deletions roles/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,12 +394,6 @@ The variable is used to cleanup the yum repolist for old installations.
ol7_repo_file: public-yum-ol7.repo
```

#### Default value

```YAML
scripts_folder: .Scripts
```

## Discovered Tags

**_common_assert_**
Expand Down
16 changes: 11 additions & 5 deletions roles/orahost_meta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ Meta role used by other roles to share variable defaults.
- [oracle_tmp_stage](#oracle_tmp_stage)
- [oracle_user](#oracle_user)
- [oracle_user_home](#oracle_user_home)
- [scripts_folder](#scripts_folder)
- [orahost_meta_cv_assume_distid](#orahost_meta_cv_assume_distid)
- [orahost_meta_java_options](#orahost_meta_java_options)
- [orahost_meta_tmpdir](#orahost_meta_tmpdir)
- [role_separation](#role_separation)
- [scripts_folder](#scripts_folder)
- [sysctl_kernel_sem_force](#sysctl_kernel_sem_force)
- [Discovered Tags](#discovered-tags)
- [Dependencies](#dependencies)
Expand Down Expand Up @@ -319,10 +319,6 @@ home directory for `oracle_user`.
oracle_user_home: /home/oracle
```

### scripts_folder

Folder under Oracle user home dir to place scripts in

### orahost_meta_cv_assume_distid

The variable is used by `oracle_script_env` and passed
Expand Down Expand Up @@ -386,6 +382,16 @@ See `grid_user` and `oracle_user` for Grid-Infrastructure user.
role_separation: false
```

### scripts_folder

Folder under Oracle user home dir to place scripts in

#### Default value

```YAML
scripts_folder: .Scripts
```

### sysctl_kernel_sem_force

Force setting kernel.sem depending on configured instances
Expand Down
Loading