summaryrefslogtreecommitdiffstats
path: root/site.yml
blob: 204631c4252c66932e412f5a82221c863fb151f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- hosts: all
  remote_user: root
  any_errors_fatal: true
  roles:
    - common

- include: ntpserver.yml
- include: mtaserver.yml
- include: clients.yml
- include: dnsserver.yml
- include: torrelay.yml
- include: update.yml