diff --git a/host_vars/revproxy-03.freifunk-stuttgart.de/revproxy b/host_vars/revproxy-03.freifunk-stuttgart.de/revproxy
new file mode 100644
index 0000000000000000000000000000000000000000..8a9575f08cafc5e4fc4e0648108d8b9a3e0f156b
--- /dev/null
+++ b/host_vars/revproxy-03.freifunk-stuttgart.de/revproxy
@@ -0,0 +1,61 @@
+---
+letsencrypt_account_email: "hostmaster@freifunk-stuttgart.de"
+letsencrypt_acme_directory: "https://acme-v02.api.letsencrypt.org/directory"
+vhosts:
+  - domain: ffs03.freifunk-stuttgart.de
+    backend: "https://10.0.3.1:8006/"
+    type: proxy
+  - domain: gitlab.freifunk-stuttgart.de
+    backend: "http://10.0.3.220:8081/"
+    max_body_size: 5G
+    type: proxy
+  - domain: registry.gitlab.freifunk-stuttgart.de
+    backend: "http://10.0.3.220:8082/"
+    max_body_size: 5G
+    type: proxy
+  - domain: maillist.freifunk-stuttgart.de
+    backend: "http://10.0.3.232/"
+    type: proxy
+  - domain: ticket.freifunk-stuttgart.de
+    backend: "http://10.0.3.234/"
+    type: proxy
+  - domain: wiki-testing.freifunk-stuttgart.de
+    backend: "http://10.0.3.194/"
+    type: proxy
+  - domain: www-staging.freifunk-stuttgart.de
+    backend: "http://10.0.3.226/"
+    type: proxy
+  - domain: wiki.freifunk-stuttgart.de
+    redirect: "https://wiki.freifunk-stuttgart.net"
+    type: redirect
+  - domain: wiki.freifunk-stuttgart.net
+    backend: "http://10.0.3.221/"
+    max_body_size: 100M
+    type: proxy
+  - domain: passbolt.freifunk-stuttgart.de
+    backend: "http://10.0.3.235/"
+    type: proxy
+  - domain: prometheus.freifunk-stuttgart.de
+    backend: "http://10.0.3.171:9090/"
+    type: proxy
+  - domain: grafana.freifunk-stuttgart.de
+    backend: "http://10.0.3.237/"
+    type: proxy
+  - domain: map02.freifunk-stuttgart.de
+    backend: "http://10.0.3.236/"
+    type: proxy
+  - domain: map.freifunk-stuttgart.de
+    backend: "http://10.0.3.236/"
+    type: proxy
+  - domain: netinfo.freifunk-stuttgart.de
+    backend: "http://10.0.3.236/"
+    type: proxy
+  - domain: karte.freifunk-stuttgart.de
+    backend: "http://10.0.3.236/"
+    type: proxy
+  - domain: unifi.freifunk-stuttgart.de
+    backend: "https://10.0.3.222:8443/"
+    type: proxy
+  - domain: owe.freifunk-stuttgart.de
+    redirect: "https://wiki.freifunk-stuttgart.net/technik:owe"
+    type: redirect
diff --git a/host_vars/revproxy-03.freifunk-stuttgart.de/ssh b/host_vars/revproxy-03.freifunk-stuttgart.de/ssh
new file mode 100644
index 0000000000000000000000000000000000000000..a74af179b4a31e5d627d376c8a06a601ef4006a2
--- /dev/null
+++ b/host_vars/revproxy-03.freifunk-stuttgart.de/ssh
@@ -0,0 +1,2 @@
+---
+ssh_disable_password_login: yes
diff --git a/inventory/ffs03 b/inventory/ffs03
index b7d9e77f839a955f636a6d6bd95156b5b7755169..f2df5646f9b5488e6fb5d85fa56b092c93ce5707 100644
--- a/inventory/ffs03
+++ b/inventory/ffs03
@@ -15,6 +15,8 @@ ffs03:
       ansible_ssh_host: 3191.ffs03
     wiki-testing.freifunk-stuttgart.de:
       ansible_ssh_host: 3194.ffs03
+    revproxy-03.freifunk-stuttgart.de:
+      ansible_ssh_host: 3213.ffs03
     gitlab01.freifunk-stuttgart.de:
       ansible_ssh_host: 3220.ffs03
     wiki.freifunk-stuttgart.de:
diff --git a/inventory/revproxy b/inventory/revproxy
index 184fd5d06087c458cac50913cf05a68290146225..849a46a078f3cb049311e83e87d2d8fab6f42d5a 100644
--- a/inventory/revproxy
+++ b/inventory/revproxy
@@ -2,4 +2,5 @@
 revproxy:
   hosts:
     revproxy-05.freifunk-stuttgart.de:
+    revproxy-03.freifunk-stuttgart.de: