vm-ansible/smtp.yaml

9 lines
131 B
YAML
Raw Normal View History

2022-04-14 14:48:45 +02:00
---
- name: "Deploy smtpgateway to smtp.stargate.internal"
hosts: smtp
roles:
- netplan
- common
- smtpgateway
2022-04-16 19:55:29 +02:00
...