also add route in staging
This commit is contained in:
parent
5497747223
commit
9bd3c8475d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
- name: route config for netapp network
|
- name: route config for netapp network
|
||||||
copy: src=route-eth1.{{ datacenter }} dest=/etc/sysconfig/network-scripts/route-eth1
|
copy: src=route-eth1.{{ datacenter }} dest=/etc/sysconfig/network-scripts/route-eth1
|
||||||
when: datacenter == 'phx2' or datacenter == 'rdu2'
|
when: datacenter == 'phx2' or datacenter == 'rdu2' or datacenter == 'staging'
|
||||||
tags:
|
tags:
|
||||||
- nfs/client
|
- nfs/client
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue