summaryrefslogtreecommitdiff
path: root/ansible/roles/holywood2
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-10-24 14:22:23 +0300
committerLars Wirzenius <liw@liw.fi>2023-10-24 14:22:23 +0300
commitefa81d725dd06447190f43c0df51685241c8bb23 (patch)
treeb6d6c77ab6f809a8b40548894212e85208cf9795 /ansible/roles/holywood2
parent108ada427f3baa79580a262bcb2ad5a0a449d40c (diff)
downloadansibleness-efa81d725dd06447190f43c0df51685241c8bb23.tar.gz
holywood2: configure ssh client
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
Diffstat (limited to 'ansible/roles/holywood2')
-rw-r--r--ansible/roles/holywood2/tasks/main.yml9
1 files changed, 9 insertions, 0 deletions
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