From 7671b51616a25fa6cff9c26fe65d5f703ff94e21 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Mon, 17 Oct 2022 17:44:06 -0400 Subject: Get wiki role to push updates to the right place in docker Ikiwiki has this three-repo setup with post-update hooks --- common-playbook.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 common-playbook.yml (limited to 'common-playbook.yml') diff --git a/common-playbook.yml b/common-playbook.yml new file mode 100644 index 0000000..06b8d08 --- /dev/null +++ b/common-playbook.yml @@ -0,0 +1,25 @@ +- name: Set up wiki + hosts: front + tags: wiki + roles: + - wiki +- name: Set up wiki for publishing + hosts: front + tags: wiki-publish + roles: + - wiki-publish +- name: Set up wiki for interactive editing + hosts: front + tags: wiki-edit + roles: + - wiki-edit +- name: Set up pad + hosts: pad + tags: pad + roles: + - pad +- name: Set up proxy + hosts: pad + tags: proxy + roles: + - pad-proxy -- cgit v1.2.3