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

13 lines
169 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
2016-02-15 20:03:19 +01:00
hosts: mail.binary-kitchen.com
2016-02-01 20:53:08 +01:00
roles:
- mail