From a8c35a7009e7f2e32d872dcad6fb0a9ee4aaab8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Sandstr=C3=B6m?= Date: Thu, 20 Nov 2014 09:38:17 +0100 Subject: [PATCH] Added Flex Cluster config example --- full-rac-flex-install.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 full-rac-flex-install.yml 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