9 lines
123 B
YAML
9 lines
123 B
YAML
---
|
|
- name: "Deploy managed web gateway"
|
|
hosts: webgateway
|
|
roles:
|
|
- common
|
|
- webgateway
|
|
- internalsmtp
|
|
...
|