diff --git a/playbooks/gluebuddy.yml b/playbooks/gluebuddy.yml
new file mode 100644
index 0000000000000000000000000000000000000000..c534d9f27593f1edae57a94694f5de7ea666a67f
--- /dev/null
+++ b/playbooks/gluebuddy.yml
@@ -0,0 +1,13 @@
+- name: setup gluebuddy.archlinux.org
+  hosts: gluebuddy.archlinux.org
+  remote_user: root
+  roles:
+    - { role: common }
+    - { role: sshd }
+    - { role: root_ssh }
+    - { role: borg_client, tags: ["borg"] }
+    - { role: sudo }
+    - { role: fail2ban }
+    - { role: prometheus_exporters }
+    - { role: promtail }
+    - { role: gluebuddy }