summaryrefslogtreecommitdiffstats
path: root/site.yml
blob: 20c442b5965298784a0b044926402b47a121d39a (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