Skip to content

Commit c8c53a4

Browse files
committed
Playbook changes
1 parent 9104f5d commit c8c53a4

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
lines changed

delete-db.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
- name: Delete Database(s)
66
hosts: "{{ hostgroup }}"
7-
user: ansible
8-
sudo: yes
9-
sudo_user: oracle
7+
#user: ansible
8+
become: yes
9+
become_user: oracle
1010
roles:
1111
- oradb-delete
1212

full-rac-flex-install.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
- name: Host configuration
33
hosts: orarac-flex
44
user: ansible
5-
sudo: yes
5+
become: yes
66
roles:
77
- common
88
- orahost
99

1010
- name: Storage Configuration
1111
hosts: orarac-flex-hub
1212
user: ansible
13-
sudo: yes
13+
become: yes
1414
roles:
1515
- orahost-storage
1616

1717
- name: Oracle Grid Infrastructure installation
1818
hosts: orarac-flex
1919
user: ansible
20-
sudo: yes
20+
become: yes
2121
roles:
2222
- oraswgi-install
2323

2424
- name: ASM Configuration, Database Server Installation & Database Creation
2525
hosts: orarac-flex-hub
2626
user: ansible
27-
sudo: yes
27+
become: yes
2828
roles:
2929
- oraasm-createdg
3030
- oraswdb-install

gi-opatch.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33

44

55
- name: Apply latest PSU to GI
6-
hosts: orarac-dc2
7-
user: ansible
8-
sudo: yes
6+
hosts: "{{ hostgroup }}"
7+
become: yes
98
roles:
109
- oraswgi-opatch
11-

inventory/ec2

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)