summaryrefslogtreecommitdiff
path: root/ansible/roles/holywood2/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/holywood2/tasks/main.yml')
-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