File tree Expand file tree Collapse file tree 4 files changed +9
-13
lines changed Expand file tree Collapse file tree 4 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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-
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments