forked from oravirt/ansible-oracle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vbox-rac-dc2.yml
53 lines (47 loc) · 1016 Bytes
/
vbox-rac-dc2.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
- name: Host configuration
hosts: vbox-rac-dc2
user: vagrant
become: yes
roles:
- common
- orahost
- name: ssh configuration
hosts: vbox-rac-dc2
user: vagrant
become: yes
serial: 1
roles:
- {role: orahost-ssh, when: configure_cluster and not old_ssh_config}
- name: Storage Configuration
hosts: vbox-rac-dc2
user: vagrant
become: yes
roles:
- orahost-storage
- name: Oracle Grid Infrastructure installation
hosts: vbox-rac-dc2
user: vagrant
become: yes
roles:
- oraswgi-install
- name: ASM Configuration, Database Server Installation & Database Creation
hosts: vbox-rac-dc2
user: vagrant
become: yes
roles:
- oraasm-createdg
- oraswdb-install
- oradb-manage-db
- name: Install cx_oracle
hosts: vbox-rac-dc2
user: vagrant
become: yes
roles:
- cxoracle
- name: Configure Logrotate
hosts: vbox-rac-dc2
user: vagrant
become: yes
roles:
- orahost-logrotate