Add site.yml and hosts.

This commit is contained in:
Markus 2016-02-01 20:53:08 +01:00
parent 4b34ce0954
commit 23c5bdb020
2 changed files with 15 additions and 0 deletions

3
hosts Normal file
View File

@ -0,0 +1,3 @@
[kitchen]
[fan-rz]
ptest.binary.kitchen

12
site.yml Normal file
View File

@ -0,0 +1,12 @@
---
- name: Setup common roles on all hosts
hosts: all
roles:
- common
- ntp
- name: Setup test mail server
hosts: ptest.binary.kitchen
roles:
- mail