Skip to content

Commit 79c2530

Browse files
committed
Cleanup of example configurations
1 parent 5d4feb8 commit 79c2530

File tree

8 files changed

+5
-261
lines changed

8 files changed

+5
-261
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Mikael Sandström
3+
Copyright (c) 2014 Mikael Sandström ([email protected], http://oravirt.wordpress.com)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

delete-db.yml

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
#!/usr/bin/env ansible-playbook
12
---
23

34

45
- name: Delete Database(s)
5-
hosts: oraem
6+
hosts: "{{ hostgroup }}"
67
user: ansible
78
sudo: yes
89
sudo_user: oracle

full-rac-install.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

group_vars/orafs

Lines changed: 0 additions & 72 deletions
This file was deleted.

host_vars/orarac03

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
---
2-
# The master_node variable is mostly relevant during RAC-installs, where certain tasks only have to performed on 1 node in the cluster, e.g dealing with shared storage, the actual installations,
3-
# both GI and DB. So in the case of RAC you pick one node to be the 'master_node' (master_node: true) during the installations. All other nodes should be set to master_node: false.
4-
# When installing Grid Infrastructure in a stand-alone configuration (or even when not installing GI), each server belonging to the hostgroup you're running against should have master_node: true.
5-
# It is also the default setting.
6-
master_node: false
2+
master_node: true
73

8-
# The following parameter can be used here as well as in group_vars. If you already have a specified ip that should be used it hould probably be put in host_vars instead
9-
# Using oracle_ic_net in group_vars is probably more likely to be ok if this is being run in a lab-environment
10-
# oracle_ic_net: 3.3.3.{{ ansible_all_ipv4_addresses[0].split(.)[-1] }} # Picks the last octet from the public ip to use for cluster-interconnect ip (e.g 3.3.3.51)

host_vars/orarac04

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
11
---
2-
# The master_node variable is mostly relevant during RAC-installs, where certain tasks only have to performed on 1 node in the cluster, e.g dealing with shared storage, the actual installations,
3-
# both GI and DB. So in the case of RAC you pick one node to be the 'master_node' (master_node: true) during the installations. All other nodes should be set to master_node: false.
4-
# When installing Grid Infrastructure in a stand-alone configuration (or even when not installing GI), each server belonging to the hostgroup you're running against should have master_node: true.
5-
# It is also the default setting.
6-
master_node: true
7-
8-
# The following parameter can be used here as well as in group_vars. If you already have a specified ip that should be used it hould probably be put in host_vars instead
9-
# Using oracle_ic_net in group_vars is probably more likely to be ok if this is being run in a lab-environment
10-
# oracle_ic_net: 3.3.3.{{ ansible_all_ipv4_addresses[0].split(.)[-1] }} # Picks the last octet from the public ip to use for cluster-interconnect ip (e.g 3.3.3.51)
2+
master_node: false

host_vars/orarac05

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
---
2-
# The master_node variable is mostly relevant during RAC-installs, where certain tasks only have to performed on 1 node in the cluster, e.g dealing with shared storage, the actual installations,
3-
# both GI and DB. So in the case of RAC you pick one node to be the 'master_node' (master_node: true) during the installations. All other nodes should be set to master_node: false.
4-
# When installing Grid Infrastructure in a stand-alone configuration (or even when not installing GI), each server belonging to the hostgroup you're running against should have master_node: true.
5-
# It is also the default setting.
62
master_node: false
73

8-
# The following parameter can be used here as well as in group_vars. If you already have a specified ip that should be used it hould probably be put in host_vars instead
9-
# Using oracle_ic_net in group_vars is probably more likely to be ok if this is being run in a lab-environment
10-
# oracle_ic_net: 3.3.3.{{ ansible_all_ipv4_addresses[0].split(.)[-1] }} # Picks the last octet from the public ip to use for cluster-interconnect ip (e.g 3.3.3.51)

parameters

Lines changed: 0 additions & 136 deletions
This file was deleted.

0 commit comments

Comments
 (0)