Need nfs-utils
This commit is contained in:
parent
5126c3a7b2
commit
f61c9d4d31
1 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,10 @@
|
||||||
|
|
||||||
- name: run netapp route
|
- name: run netapp route
|
||||||
command: /etc/sysconfig/network-scripts/ifup-routes eth1
|
command: /etc/sysconfig/network-scripts/ifup-routes eth1
|
||||||
# when: netapproute.stdout.find("10.5.88.0") == -1 and not inventory_hostname.startswith('arm')
|
when: netapproute.stdout.find("10.5.88.0") == -1 and not inventory_hostname.startswith('arm')
|
||||||
|
|
||||||
|
- name: install nfs-utils
|
||||||
|
yum: pkg=nfs-utils state=installed
|
||||||
|
|
||||||
- name: nfs mount points
|
- name: nfs mount points
|
||||||
mount: >
|
mount: >
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue