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

- name: Basic setup for all hosts
  hosts: web
  roles:
    - { role: web }