diff --git a/scripts/drupal-reset-locale.yml b/scripts/drupal-reset-locale.yml
new file mode 100644
index 0000000000000000000000000000000000000000..8b1353103333f10bb59440902a37fb8ba696b3f9
--- /dev/null
+++ b/scripts/drupal-reset-locale.yml
@@ -0,0 +1,33 @@
+---
+
+description: Reset Locales Drupal sites
+cli:
+  arguments:
+    - name: limit
+      default: no
+      help: The hostname on which to re-reploy Drupal
+    - name: site
+      default: no
+      help: The id of a site
+arguments:
+  playbook: role
+  roles_exclude:
+    - commonauth
+    - commonconnect
+    - common
+    - php
+    - apache
+command:
+  - name: extra-vars
+    value: hostslimit=%s role=drupal
+    args:
+      - limit
+  - name: extra-vars
+    condition: site
+    value: limit_site=%s
+    args:
+      - site
+  - name: start-at-task
+    value: Drupal Role
+  - name: tags
+    value: 'reset-locale'