summaryrefslogtreecommitdiffstats
path: root/prod-playbook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'prod-playbook.yml')
-rw-r--r--prod-playbook.yml26
1 files changed, 2 insertions, 24 deletions
diff --git a/prod-playbook.yml b/prod-playbook.yml
index ac2f8bb..0fc22c2 100644
--- a/prod-playbook.yml
+++ b/prod-playbook.yml
@@ -4,27 +4,5 @@
tasks:
- include_vars:
file: prod-vars.yml
-- name: Set up wiki
- hosts: front
- 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
+- name: Run common tasks
+ import_playbook: common-playbook.yml