diff --git a/plays/galene.yml b/plays/galene.yml
new file mode 100755
index 0000000000000000000000000000000000000000..a60aaf31dc6a4b852242498bdfe5699d48377b5c
--- /dev/null
+++ b/plays/galene.yml
@@ -0,0 +1,11 @@
+#!/usr/bin/env ansible-playbook
+---
+- hosts: galene
+  vars:
+    certbot: "{{ loc_certbot | default(glob_certbot | default([])) }}"
+    galene: "{{ glob_galene | default({}) | combine(loc_galene | default({})) }}"
+    nginx: "{{ glob_nginx | default({}) | combine(service_nginx | default({})) | combine(loc_nginx | default({})) }}"
+  roles:
+    - certbot
+    - nginx
+  # - galene