Move all shared into this new repo
This commit is contained in:
7
file/nfs/tasks/main.yml
Normal file
7
file/nfs/tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
# Install NFS Server
|
||||
- name: Installing NFS Kernel Server
|
||||
apt:
|
||||
update_cache: yes
|
||||
state: present
|
||||
name: nfs-kernel-server
|
||||
Reference in New Issue
Block a user