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

v3.0.0: Suport for ansible Collection #261

Merged
merged 43 commits into from
Sep 13, 2022
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
ec94c0a
added stop_processes for remove_patch
duhlig Jun 28, 2019
2a1240f
Some interim patches are PSU/RU dependent. The patch ID is the same b…
duhlig Nov 25, 2019
46124c1
Merge pull request #11 from Rendanic/pr_opatch_rollback_upioc
Rendanic Jun 13, 2021
2cce28e
fix for quoted sqldelim fixes #68
bartowl Sep 23, 2021
fd3ecb4
Merge pull request #12 from Rendanic/proraclesql
Rendanic Oct 10, 2021
cc7c1ca
- single quotes for create .. identified by values - implemented chec…
bartowl Oct 12, 2021
4056d76
Merge pull request #13 from opitzconsulting/pruser
Rendanic Oct 13, 2021
caa3186
ansible-oracle: BREAKING CHANGE! move to a collection (#99)
Rendanic Jul 7, 2022
86c408f
oradb_manage_db: do not start ocenv in .bashrc automatically
Rendanic Jul 8, 2022
b5fe6b6
oradb_manage_db: configure ocenv before database creation
Rendanic Jul 8, 2022
58affe2
Merge pull request #100 from Rendanic/procenv2
Rendanic Jul 8, 2022
50bcf15
typo
Rendanic Jul 7, 2022
d763372
ansible-galaxy: more preparations for upload
Rendanic Jul 7, 2022
bfdf674
oradb_manage_db: be less verbose with loop label
Rendanic Jul 8, 2022
13cf9b9
oradb_rman: be less verbose with loop label
Rendanic Jul 8, 2022
28f7264
Merge pull request #101 from Rendanic/prcollection2
Rendanic Jul 8, 2022
24bf6cd
github action for antsibull-changelog
Rendanic Jul 9, 2022
9d99c2a
antsibull-changelog + documentation
Rendanic Jul 8, 2022
eb4d950
ansible-lint: extend exclude list for antsibull-changelog
Rendanic Jul 8, 2022
ccb62ef
changelog fragments
Rendanic Jul 8, 2022
6c097b5
Merge pull request #102 from Rendanic/prantsibull-changelog
Rendanic Jul 9, 2022
b7b5c9c
fixed quotes for ALTER USER
bartowl Oct 15, 2021
317b092
Merge commit 'b7b5c9c5ff57a5541543cb3010f77d4daead9561' from ansible-…
Rendanic Jul 9, 2022
cf58063
ansible-oracle-modules: changelog
Rendanic Jul 9, 2022
89a1b2f
Merge pull request #103 from Rendanic/prmergemodules
Rendanic Jul 10, 2022
5fd2fae
Set SYSTEM password when creating a DB
Aug 6, 2020
28d9f71
Merge commit '5fd2fae52830e88b8891356c282b378b46ff8703' from ansible-…
Rendanic Jul 10, 2022
7384703
oracle_db: changelog
Rendanic Jul 10, 2022
7139875
Merge pull request #104 from Rendanic/prsystempassword
Rendanic Jul 10, 2022
4e7e52c
oradb_manage_statspack: Bugfix for db.state <> present
Rendanic Jul 10, 2022
24744bf
Merge pull request #105 from Rendanic/prstatspack
Rendanic Jul 10, 2022
473c046
changelog known issues
Rendanic Jul 11, 2022
953bbb9
bugfix: make uid/gid/password in oracle_users/oracle_groups optional
bartowl Jul 11, 2022
386d973
bugfix: host_fs_layout needed disk attribute even if configure_host_d…
bartowl Jul 11, 2022
8285a83
pass container and container_data parameters to modules
bartowl Jul 22, 2022
e1b8eec
changelog: pass container and container_data parameters to modules
Rendanic Jul 25, 2022
02b6d82
Merge branch 'master' into collection
Rendanic Sep 4, 2022
1a7096c
ansible-lint: move to ansible-lint-action@v6.5.2
Rendanic Sep 4, 2022
a7d8223
antsibull-changelog: fixed references to PRs for oravirt
Rendanic Sep 4, 2022
a8cd687
ocenv: update to 2022-08-10
Rendanic Sep 11, 2022
3eef7d3
oraswgi_install: fixed wrong script task to shell
Rendanic Sep 12, 2022
b94e5dd
added known issue: wrong ORACLE_BASE in RAC with role sepepration (#259)
Rendanic Sep 13, 2022
e7d8785
Release: ansible-oracle v3.0.0
Rendanic Sep 13, 2022
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
Prev Previous commit
Next Next commit
added known issue: wrong ORACLE_BASE in RAC with role sepepration (#259)
  • Loading branch information
Rendanic committed Sep 13, 2022
commit b94e5ddb1bc15736a3f26e235db902fdac67091d
1 change: 1 addition & 0 deletions changelogs/fragments/106-known-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
known_issues:
- removal of database not working when db_name <> db_instance_name (opitzconsulting#28)
- Problem Instance <db_unique_name> is not running during DBCA in RAC (opitzconsulting#91)
- wrong ORACLE_BASE in RAC with role sepepration (#259)