Skip to content

Commit ef974b2

Browse files
committed
Added db-opatch.yml playbook. Manages binary patches & datapatch
1 parent 36755d2 commit ef974b2

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

db-opatch.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- name: Apply binary patches
2+
hosts: "{{ hostgroup }}"
3+
become: yes
4+
serial: 1
5+
roles:
6+
- {role: oraswdb-manage-patches }
7+
8+
- name: Run datapatch
9+
hosts: "{{ hostgroup }}"
10+
become: yes
11+
roles:
12+
- {role: oradb-datapatch }

gi-opatch.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
#!/usr/bin/env ansible-playbook
2-
---
3-
4-
5-
- name: Apply latest PSU to GI
1+
- name: Apply patches to GI
62
hosts: "{{ hostgroup }}"
73
become: yes
4+
serial: 1
85
roles:
9-
- oraswgi-opatch
6+
- {role: oraswgi-manage-patches }

0 commit comments

Comments
 (0)