blob: 10df7d683eebbcd51f203f3619ad06fc486e3b55 (
plain) (
tree)
|
|
---
- name: Load vars
hosts: all
tags: always
tasks:
- include_vars:
file: docker-vars.yml
- 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
roles:
- wiki
- name: Set up the emacsconf-pad
hosts: emacsconf-pad
tags: pad
roles:
- pad
|