Skip to content

Commit

Permalink
Added Flex Cluster config example
Browse files Browse the repository at this point in the history
  • Loading branch information
oravirt committed Nov 20, 2014
1 parent 946e13a commit a8c35a7
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions full-rac-flex-install.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a8c35a7

Please sign in to comment.