From 8af6bf89d9b2dd18a04941af98b9c0aa56bdf4a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Mon, 26 Feb 2024 17:54:48 +0100 Subject: [PATCH] ansible: Add restricted rsync endpoint --- ansible/hosts | 1 + ansible/motis.yml | 8 +------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ansible/hosts b/ansible/hosts index aa0005b2..6a31424a 100644 --- a/ansible/hosts +++ b/ansible/hosts @@ -9,3 +9,4 @@ motis: ansible_host: vm-motis.spline.de transitous_nginx_site_include_extra: /etc/ssl/routing.spline.inf.fu-berlin.de/include.nginx transitous_domain: routing.spline.de + transitous_rsync_public_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL4Pxul2Bci8Vjowx4Q75wQaAXvvWvw1HsCzxBRgi/tI jbb@hyperion" diff --git a/ansible/motis.yml b/ansible/motis.yml index 12384fce..efa9ab13 100644 --- a/ansible/motis.yml +++ b/ansible/motis.yml @@ -5,13 +5,7 @@ - name: Set up MOTIS servers hosts: motis roles: + - rsync - motis - motis-proxy - nginx - tasks: - - name: Install rsync - apt: - name: - - rsync - - htop - - zstd