summaryrefslogtreecommitdiffstats
path: root/prod-playbook.yml
blob: eb125973e34a7af0c0e13c795351d881c41e6045 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- 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