Initial commit

This commit is contained in:
2020-08-18 07:42:39 +02:00
commit 7ba09982cd
219 changed files with 3277 additions and 0 deletions

11
roles/Pre_NFS/tasks/main.yml Executable file
View 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/*'