summaryrefslogtreecommitdiffstats
path: root/docker-reuse-playbook.yaml
blob: c187817be0fa434164f2e8cb138438cc1a735dce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
- 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