It actually seems like f21 should work for nfs client out of the box. Lets see.
This commit is contained in:
parent
758cd8b1bb
commit
69cf8ccee5
1 changed files with 0 additions and 7 deletions
|
@ -25,13 +25,6 @@
|
||||||
- nfs-utils
|
- nfs-utils
|
||||||
- rpcbind
|
- rpcbind
|
||||||
|
|
||||||
- name: enable nfs-related services and run them (fedora21)
|
|
||||||
service: name={{ item }} enabled=true state=started
|
|
||||||
with_items:
|
|
||||||
- rpcbind
|
|
||||||
- rpc-statd
|
|
||||||
when: ansible_distribution == 'Fedora' and ansible_distribution_major_version == '21'
|
|
||||||
|
|
||||||
- name: enable nfs-related services and run them (fedora20)
|
- name: enable nfs-related services and run them (fedora20)
|
||||||
service: name={{ item }} enabled=true state=started
|
service: name={{ item }} enabled=true state=started
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue