diff --git a/full-rac-flex-install.yml b/full-rac-flex-install.yml new file mode 100644 index 000000000..519b8d266 --- /dev/null +++ b/full-rac-flex-install.yml @@ -0,0 +1,31 @@ +--- + - name: Host configuration + hosts: orarac-flex + user: ansible + sudo: yes + roles: + - common + - orahost + + - name: Storage Configuration + hosts: orarac-flex-hub + user: ansible + sudo: yes + roles: + - orahost-storage + + - name: Oracle Grid Infrastructure installation + hosts: orarac-flex + user: ansible + sudo: yes + roles: + - oraswgi-install + + - name: ASM Configuration, Database Server Installation & Database Creation + hosts: orarac-flex-hub + user: ansible + sudo: yes + roles: + - oraasm-createdg + - oraswdb-install + - oradb-create