diff --git a/hosts b/hosts
index 5ab566373a4ba68c80af377aeb3c6049ae5dc468..856150182f621b4a72332a9131a2079a49efdb6b 100644
--- a/hosts
+++ b/hosts
@@ -1,6 +1,6 @@
 
 # Nameskonvention für Server: Pratchett Name/Charaktere
-# Nächste freie Namen: ogg, carrot, vimes 
+# Nächste freie Namen: carrot, vimes 
 
 [prod]
 
@@ -23,12 +23,12 @@ ogg          ansible_ssh_host=192.168.0.201
 tiffany     ansible_ssh_host=159.69.57.15
 
 # Öffentlicher Webserver Warpzone 
-# VM auf dem Webtropia-Server
+# VM auf Tiffany
 webserver   ansible_ssh_host=159.69.57.51 
 
 # Vorstands-VM
-# VM auf dem Webtropia-Server
-# Auch erreichbar unter werwaltung.warpzone.ms
+# VM auf Tiffany
+# Auch erreichbar unter verwaltung.warpzone.ms
 verwaltung ansible_ssh_host=195.201.179.60
 
 
diff --git a/intern/docker_nodered/tasks/main.yml b/intern/docker_nodered/tasks/main.yml
index 8ac688c09e786aeaff5148fa4f56c2470cc4c419..c0ec94294fb80f73af038470fad0b8432b3c6271 100644
--- a/intern/docker_nodered/tasks/main.yml
+++ b/intern/docker_nodered/tasks/main.yml
@@ -11,11 +11,11 @@
 
 - name: "copy config files file for {{ servicename }}"
   ansible.builtin.template:
-    src: docker-compose.yml
-    dest: "{{ item }}"
+    src: "{{ item }}"
+    dest: "{{ basedir }}/{{ item }}"
     mode: '0755'
   with_items:
-    - "{{ basedir }}/docker-compose.yml"
+    - "docker-compose.yml"
 
 - name: "start {{ servicename }} with docker-compose"
   community.docker.docker_compose:
diff --git a/keyfiles/void.pub b/keyfiles/void.pub
index afeb1fd9423de925ac3c5dab2b99356f1e78178b..43bf598c3d8edea335311bd0c16b96160f248aae 100644
--- a/keyfiles/void.pub
+++ b/keyfiles/void.pub
@@ -1,3 +1,3 @@
 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPWVdc/woZlMIcuMmXE84Vx2Ex3xH9yimHQcO59exQjW void-2016
 ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNdvHndPOxmQIgeoHaipDLJWPSZFs1Ju0ZS4OCSgQWUd8YAjFKxnbi3xwFH4fsfZr45SFcKGBloF7FpTiBNm7Xag0udPslbOZmYfP3eF3g6p+FQiw5QZnm4mUnT6wkrxgQ== chel-yk5-01
-ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEKL8tuSUUtsu5QNg3kiw4tyZNzABo2DO21t6UxS5Pnv0/F2wz6vWdktqTnSXoe1eLbyT8Kv2SqtPtkc7UjtztqXJKl6wRglsY3HHQVb1EXGJE8MOe4CwV9KnFLQY04xeQ== chel-yk5-02
+ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEKL8tuSUUtsu5QNg3kiw4tyZNzABo2DO21t6UxS5Pnv0/F2wz6vWdktqTnSXoe1eLbyT8Kv2SqtPtkc7UjtztqXJKl6wRglsY3HHQVb1EXGJE8MOe4CwV9KnFLQY04xeQ== chel-yk5-02
\ No newline at end of file