forked from infra/ansible
14 lines
181 B
YAML
14 lines
181 B
YAML
---
|
|
|
|
- name: Setup common roles on all hosts
|
|
hosts: all
|
|
roles:
|
|
- common
|
|
- ntp
|
|
|
|
- name: Setup test mail server
|
|
hosts: mail.binary-kitchen.com
|
|
roles:
|
|
- certmgr
|
|
- mail
|