summaryrefslogtreecommitdiffstats
path: root/common-playbook.yml
blob: 06b8d08dcc57fbfaf9f94932619e7e6de33a6a1b (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
- 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