forked from infra/ansible
13 lines
166 B
YAML
13 lines
166 B
YAML
---
|
|
|
|
- name: Setup common roles on all hosts
|
|
hosts: all
|
|
roles:
|
|
- common
|
|
- ntp
|
|
|
|
- name: Setup test mail server
|
|
hosts: ptest.binary.kitchen
|
|
roles:
|
|
- mail
|