Tweak nfs client role

This commit is contained in:
Kevin Fenzi 2014-05-16 19:40:50 +00:00
parent 47185c520d
commit ac17a003b7

View file

@ -9,7 +9,11 @@
- name: run netapp route if needed in phx2
command: /etc/sysconfig/network-scripts/ifup-routes eth1
when: netapproute.stdout.find("10.5.88.0") == -1 and not inventory_hostname.startswith('arm') and datacenter is phx2
when: netapproute.stdout.find("10.5.88.0") == -1 and datacenter == 'phx2'
- name: run netapp route if needed in rdu
command: /etc/sysconfig/network-scripts/ifup-routes eth1
when: netapproute.stdout.find("172.31.1.0") == -1 and datacenter == 'rdu'
#
# Install needed packages