summaryrefslogtreecommitdiffstats
path: root/prod-playbook.yml
blob: 063015d193cd5a89f24880104cc9a13138567ece (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- name: Load vars
  hosts: all
  tags: always
  tasks:
    - include_vars:
        file: prod-vars.yml
- name: Set up wiki for publishing
  hosts: publish
  roles:
    - wiki-edit
- name: Set up pad
  hosts: pad
  tags: pad
  roles:
    - pad
- name: Set up proxy
  hosts: pad
  tags: proxy
  roles:
    - pad-proxy