summaryrefslogtreecommitdiffstats
path: root/common-playbook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'common-playbook.yml')
-rw-r--r--common-playbook.yml25
1 files changed, 25 insertions, 0 deletions
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