summaryrefslogtreecommitdiffstats
path: root/docker-reuse-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 /docker-reuse-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--docker-reuse-playbook.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/docker-reuse-playbook.yaml b/docker-reuse-playbook.yaml
index 742a193..c187817 100644
--- a/docker-reuse-playbook.yaml
+++ b/docker-reuse-playbook.yaml
@@ -1,4 +1,12 @@
---
+- name: Load talks
+ hosts: localhost
+ tags: create-pads
+ tasks:
+ - include_vars:
+ file: talks.json
+ name: talks
+
- name: Set up the emacsconf-front wiki
hosts: emacsconf-front
tags: front
@@ -10,4 +18,4 @@
tags: pad
roles:
- pad
-
+