File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 258258
259259
260260 - name : Network | Setup ip-address for RAC Interconnect
261- template : src=ifcfg-eth1.j2 dest=/etc/sysconfig/network-scripts/ifcfg-eth1 owner=root mode=0644
261+ template : src=ifcfg-eth1.j2 dest=/etc/sysconfig/network-scripts/ifcfg-{{ oracle_gi_nic_priv }} owner=root mode=0644
262262 when : configure_interconnect and configure_cluster and ansible_os_family == 'RedHat'
263263 tags :
264264 - eth1
Original file line number Diff line number Diff line change 1- DEVICE=eth1
2- IPADDR={{ oracle_ic_net }}
1+ DEVICE={{ oracle_gi_nic_priv }}
2+ IPADDR={{ oracle_ic_net }}
33NETMASK=255.255.255.0
44ONBOOT=yes
55BOOTPROTO=none
66USERCTL=no
77TYPE=Ethernet
8- HWADDR={{ ansible_eth1. macaddress }}
8+ HWADDR={{ hostvars[inventory_hostnam e] ['ansible_' + oracle_gi_nic_pri v] [' macaddress'] }}
You can’t perform that action at this time.
0 commit comments