ansible/site.yml

18 lines
254 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
2016-03-26 10:46:46 +01:00
- name: Setup ldap server
hosts: helium.binary-kitchen.net
roles:
- ldap-server
- name: Setup mail server
hosts: lithium.binary-kitchen.net
2016-02-01 20:53:08 +01:00
roles:
- mail