Skip to content
Snippets Groups Projects
Commit a76cd8bb authored by Lars Beckers's avatar Lars Beckers
Browse files

nfs-client: add additional tools if neccessary

parent c4db5a83
No related branches found
No related tags found
No related merge requests found
---
nfs_enable_cifs: False
nfs_enable_quota: False
......@@ -12,6 +12,23 @@
- nfs-client
- packages
- name: ensure cifs client utils are installed
apt: name="{{ item }}" state=installed
with_items:
- cifs-utils
- smbclient
when: nfs_enable_cifs
tags:
- nfs-client
- packages
- name: ensure quota tools are installed
apt: name=quota state=installed
when: nfs_enable_quota
tags:
- nfs-client
- packages
- name: ensure the nfs-common service is configured for nfs4
copy: src=nfs-common dest=/etc/default/nfs-common owner=root group=root mode=0644
notify:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment