summaryrefslogtreecommitdiff
path: root/setup.yml
blob: 0824014c2ec77c86a853ebc580a3408edc4b0fa8 (plain) (blame)
1
2
3
4
5
6
7
8
9
- name: Basic setup for all hosts
  hosts: all
  roles:
    - { role: essential }

- name: Setup web hosts
  hosts: web
  roles:
    - { role: web }