18 lines
184 B
YAML
18 lines
184 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- common
|
|
|
|
- hosts: ntp
|
|
roles:
|
|
- ntp-server
|
|
|
|
# Webhosts
|
|
- hosts: web
|
|
roles:
|
|
- web-server/base
|
|
|
|
- hosts: srv02
|
|
roles:
|
|
- web-server/static
|