summaryrefslogtreecommitdiffstats
path: root/common-playbook.yml
blob: 388d84f9d5d2e6072190f5f92f82a846be0648bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
- name: Set up wiki
  hosts: front
  tags: wiki
  roles:
    - wiki
- name: Set up wiki for publishing
  hosts: front
  tags: wiki-publish
  roles:
    - wiki-publish
- name: Set up wiki for interactive editing
  hosts: front
  tags: wiki-edit
  roles:
    - wiki-edit
- name: Set up pad
  hosts: pad
  tags: pad
  roles:
    - pad
- name: Set up proxy
  hosts: pad
  tags: proxy
  roles:
    - pad-proxy
- name: Set up upload container
  hosts: upload
  tags: upload
  roles:
    - upload

- name: Set up icecast server for streaming
  hosts: stream
  tags: stream
  roles:
    - stream
- name: Set up captioning tools
  hosts: res
  tags: caption
  roles:
    - caption