From b10928a404a30adc91c6a537a131b4714da5fa70 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 31 Aug 2021 18:38:51 +0300 Subject: mirror-git: set ssh port for git.liw.fi Sponsored-by: author --- ansible/mirror-git.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ansible/mirror-git.yml') 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 -- cgit v1.2.1