summaryrefslogtreecommitdiffstats
path: root/docker-reuse-playbook.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-reuse-playbook.yaml')
-rw-r--r--docker-reuse-playbook.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/docker-reuse-playbook.yaml b/docker-reuse-playbook.yaml
new file mode 100644
index 0000000..742a193
--- /dev/null
+++ b/docker-reuse-playbook.yaml
@@ -0,0 +1,13 @@
+---
+- name: Set up the emacsconf-front wiki
+ hosts: emacsconf-front
+ tags: front
+ roles:
+ - wiki
+
+- name: Set up the emacsconf-pad
+ hosts: emacsconf-pad
+ tags: pad
+ roles:
+ - pad
+