summaryrefslogtreecommitdiffstats
path: root/prod-playbook.yaml
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-11 20:40:32 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-11 20:41:07 -0400
commit8e290130b47b7f3b9d442c8d6531218eb2f09867 (patch)
treec8fab9bc27ab3f447524939ea8b2940b6080fba1 /prod-playbook.yaml
parent6d1743c83e239806b1b6fb635e184a59a5f28f5a (diff)
downloademacsconf-ansible-8e290130b47b7f3b9d442c8d6531218eb2f09867.tar.xz
emacsconf-ansible-8e290130b47b7f3b9d442c8d6531218eb2f09867.zip
Yay, pads are created based on the talks.json file
Also, the playbook waits until the pad is up
Diffstat (limited to '')
-rw-r--r--prod-playbook.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/prod-playbook.yaml b/prod-playbook.yaml
new file mode 100644
index 0000000..83f7e7f
--- /dev/null
+++ b/prod-playbook.yaml
@@ -0,0 +1,9 @@
+- name: Set up wiki for publishing
+ hosts: publish
+ roles:
+ - wiki-edit
+- name: Set up pad
+ hosts: pad
+ vars_files: prod-vars.yml
+ roles:
+ - pad