ansible/site.yml

14 lines
181 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:
2016-02-28 15:19:21 +01:00
- certmgr
2016-02-01 20:53:08 +01:00
- mail