vm-ansible/webgateway.yaml

9 lines
123 B
YAML
Raw Normal View History

2022-04-14 21:41:04 +02:00
---
- name: "Deploy managed web gateway"
hosts: webgateway
roles:
- common
- webgateway
- internalsmtp
2022-04-16 19:55:29 +02:00
...