summaryrefslogtreecommitdiffstats
path: root/prod-playbook.yml
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-17 17:44:06 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-17 17:44:06 -0400
commit7671b51616a25fa6cff9c26fe65d5f703ff94e21 (patch)
treeb85c0e39c1ca65cbf2d9fb4d0e534acd6861083b /prod-playbook.yml
parent656e440054f43fc09050ba13e29d4eaaf355fcf5 (diff)
downloademacsconf-ansible-7671b51616a25fa6cff9c26fe65d5f703ff94e21.tar.xz
emacsconf-ansible-7671b51616a25fa6cff9c26fe65d5f703ff94e21.zip
Get wiki role to push updates to the right place in docker
Ikiwiki has this three-repo setup with post-update hooks
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