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

View File

@@ -0,0 +1,8 @@
---
# tasks file for Git_client
- name: Install GIT
shell: "yum install git"
- name: Init git Repo
shell: 'mkdir /repodata && git clone [[Server_IP]]:/repodata /repodata'