File tree Expand file tree Collapse file tree 2 files changed +69
-0
lines changed
example/rac/ansible/inventory/rac/group_vars/db19 Expand file tree Collapse file tree 2 files changed +69
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ minor_changes :
3+ - " example rac: create multiple listener as example (oravirt#475)"
Original file line number Diff line number Diff line change 1+ ---
2+ # Example for multiple Listener in Cluster
3+ listener_installed :
4+ - listener_name : LISTENER
5+ use_gi_home : true
6+ state : present
7+ - listener_name : LISTENER_SCAN1
8+ use_gi_home : true
9+ state : present
10+ - listener_name : LISTENER_SCAN2
11+ use_gi_home : true
12+ state : present
13+ - listener_name : LISTENER_SCAN3
14+ use_gi_home : true
15+ state : present
16+
17+ oracle_listeners_config :
18+ LISTENER_SCAN1 :
19+ listener_type : SCAN
20+ parameter :
21+ - param : LOG_FILE_NUM
22+ value : 3
23+ - param : LOG_FILE_SIZE
24+ value : 10
25+ LISTENER_SCAN2 :
26+ listener_type : SCAN
27+ parameter :
28+ - param : LOG_FILE_NUM
29+ value : 3
30+ - param : LOG_FILE_SIZE
31+ value : 10
32+ LISTENER_SCAN3 :
33+ listener_type : SCAN
34+ parameter :
35+ - param : LOG_FILE_NUM
36+ value : 3
37+ - param : LOG_FILE_SIZE
38+ value : 10
39+ LISTENER :
40+ parameter :
41+ - param : LOG_FILE_NUM
42+ value : 3
43+ - param : LOG_FILE_SIZE
44+ value : 100
45+ address :
46+ - port : 1521
47+ protocol : TCP
48+ LISTENER1522 :
49+ parameter :
50+ - param : LOG_FILE_NUM
51+ value : 3
52+ - param : LOG_FILE_SIZE
53+ value : 100
54+ address :
55+ - host : " {{ inventory_hostname }}"
56+ port : 1521
57+ protocol : TCP
58+
59+ sqlnet_config :
60+ sqlnetgi :
61+ - {name: "ADR_BASE", value: "/u01/app/grid/base"}
62+
63+ sqlnet_installed :
64+ - use_gi_home : true
65+ sqlnet : sqlnetgi
66+ state : present
You can’t perform that action at this time.
0 commit comments