mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-27 00:51:39 +08:00
we dont have a route like that in rdu anymore.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
10.11.254.0/24 via 10.11.29.254 dev eth1
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
- name: route config for netapp network
|
||||
copy: src=route-eth1.{{ datacenter }} dest=/etc/sysconfig/network-scripts/route-eth1
|
||||
when: datacenter == 'phx2' or datacenter == 'rdu2' or datacenter == 'staging'
|
||||
when: datacenter == 'phx2' or datacenter == 'rdu' or datacenter == 'staging'
|
||||
tags:
|
||||
- nfs/client
|
||||
|
||||
|
||||
Reference in New Issue
Block a user