diff --git a/hosts b/hosts new file mode 100644 index 0000000..16dc15c --- /dev/null +++ b/hosts @@ -0,0 +1,3 @@ +[kitchen] +[fan-rz] +ptest.binary.kitchen diff --git a/site.yml b/site.yml new file mode 100644 index 0000000..bce646a --- /dev/null +++ b/site.yml @@ -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