Skip to content

Commit

Permalink
ansible: Add restricted rsync endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Feb 26, 2024
1 parent fd976f5 commit 8af6bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions ansible/hosts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
8 changes: 1 addition & 7 deletions ansible/motis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8af6bf8

Please sign in to comment.