1
0
forked from infra/ansible
infra/site.yml

18 lines
256 B
YAML
Raw Normal View History

2016-02-01 20:53:08 +01:00
---
- name: Setup common roles on all hosts
hosts: all
roles:
- common
- ntp
- name: Setup test mail server
hosts: ptest.binary.kitchen
roles:
- mail
2016-02-11 16:15:38 +01:00
- name: Setup test prosody server
hosts: xtest.binary-kitchen.net
roles:
- prosody