Add NFS role

This commit is contained in:
Daniel A. Maierhofer
2018-11-03 14:56:38 +01:00
parent 0abe97831a
commit ba2046f93c
2 changed files with 23 additions and 0 deletions

3
roles/nfs/tasks/main.yml Normal file
View File

@@ -0,0 +1,3 @@
---
- import_tasks: nfs.yml
tags: [ nfs ]