Initial commit
This commit is contained in:
8
roles/Git_client/tasks/main.yml
Executable file
8
roles/Git_client/tasks/main.yml
Executable 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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user