From efa81d725dd06447190f43c0df51685241c8bb23 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 24 Oct 2023 14:22:23 +0300 Subject: holywood2: configure ssh client Signed-off-by: Lars Wirzenius Sponsored-by: author --- ansible/roles/holywood2/tasks/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ansible/roles') diff --git a/ansible/roles/holywood2/tasks/main.yml b/ansible/roles/holywood2/tasks/main.yml index 8f702a6..b67ae16 100644 --- a/ansible/roles/holywood2/tasks/main.yml +++ b/ansible/roles/holywood2/tasks/main.yml @@ -65,3 +65,12 @@ owner: root group: root mode: 0755 + +- name: install SSH client config + copy: + content: | + Host nalanda + hostname nalanda.liw.fi + ProxyJump exolobe2 + dest: /root/.ssh/config + mode: 0644 -- cgit v1.2.1