summaryrefslogtreecommitdiff
path: root/ansible/mirror-git.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/mirror-git.yml')
-rw-r--r--ansible/mirror-git.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ansible/mirror-git.yml b/ansible/mirror-git.yml
index f060160..e051391 100644
--- a/ansible/mirror-git.yml
+++ b/ansible/mirror-git.yml
@@ -7,6 +7,13 @@
- role: self-updating-system
- role: smarthost-client
tasks:
+ - name: "configure ssh client"
+ copy:
+ src: mirror_ssh_config
+ dest: /home/liw/.ssh/config
+ owner: liw
+ group: liw
+ mode: 0644
- name: "install git and more"
apt:
state: present