forked from infra/ansible
18 lines
256 B
YAML
18 lines
256 B
YAML
---
|
|
|
|
- name: Setup common roles on all hosts
|
|
hosts: all
|
|
roles:
|
|
- common
|
|
- ntp
|
|
|
|
- name: Setup test mail server
|
|
hosts: ptest.binary.kitchen
|
|
roles:
|
|
- mail
|
|
|
|
- name: Setup test prosody server
|
|
hosts: xtest.binary-kitchen.net
|
|
roles:
|
|
- prosody
|