Initial commit
This commit is contained in:
11
roles/Pre_NFS/tasks/main.yml
Executable file
11
roles/Pre_NFS/tasks/main.yml
Executable file
@@ -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