summaryrefslogtreecommitdiffstats
path: root/docker-reuse-playbook.yaml
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-11 12:19:46 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-11 12:19:59 -0400
commit6d1743c83e239806b1b6fb635e184a59a5f28f5a (patch)
tree8e82342f150f4ec623b0ebd8291db1d88178d42c /docker-reuse-playbook.yaml
parent1151e1fac5e7805e0cfeea89acc3b2efedb89940 (diff)
downloademacsconf-ansible-6d1743c83e239806b1b6fb635e184a59a5f28f5a.tar.xz
emacsconf-ansible-6d1743c83e239806b1b6fb635e184a59a5f28f5a.zip
Etherpad starting setup
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
+