Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.

Commit ab79061

Browse files
Update default values and readme
1 parent dddf5f6 commit ab79061

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Ansible role to apply Oracle quarterly patches (PSU) to single instance (SI) and
1313

1414
* oneoff_patches: dictionary variable with list of one-off patches to apply for 12.1.0.2 and 11.2.0.4
1515

16+
### defaults/main.yml
17+
18+
* psu_name: July2015 # Should match psu dictionary variable defined in vars/main.yml
19+
* shutdown_listener: true # set to false if patching an empty oracle home (ie new 12c install)
20+
* rollback_psu: false # set to true if rolling back current PSU.
21+
1622
### Required Inventory Variables
1723

1824
* oracle_install_type: valid values are SI or RAC. Used to determine if host is a single instance database install or part of a RAC cluster.

defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
2+
psu_name: July2015 # Should match psu dictionary variable defined in vars/main.yml
23
shutdown_listener: true # set to false if patching an empty oracle home (ie new 12c install)
34
rollback_psu: false # set to true if rolling back current PSU.

0 commit comments

Comments
 (0)