--- - 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