Initial commit
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# tasks file for NFS_mount
|
||||
- name: Copy Repo Directory
|
||||
copy:
|
||||
src: /repo/
|
||||
dest: /repo/
|
||||
force: yes
|
||||
- name: Install NFS-Utils
|
||||
shell: "yum install nfs-utils"
|
||||
- name: Delete all local repo
|
||||
shell: 'rm -rf /repo/*'
|
||||
Reference in New Issue
Block a user