From 8e290130b47b7f3b9d442c8d6531218eb2f09867 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 11 Oct 2022 20:40:32 -0400 Subject: Yay, pads are created based on the talks.json file Also, the playbook waits until the pad is up --- prod-playbook.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 prod-playbook.yaml (limited to 'prod-playbook.yaml') 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 -- cgit v1.2.3