From 6d1743c83e239806b1b6fb635e184a59a5f28f5a Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 11 Oct 2022 12:19:46 -0400 Subject: Etherpad starting setup --- docker-reuse-playbook.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docker-reuse-playbook.yaml (limited to 'docker-reuse-playbook.yaml') 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 + -- cgit v1.2.3