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

7
roles/Git_Repo/tasks/main.yml Executable file
View File

@@ -0,0 +1,7 @@
---
# tasks file for Git_Repo
- name: Install GIT
shell: "yum install git"
- name: Init git Repo
shell: 'mkdir /repodata && cd /repodata && git init --bare'