9 lines
131 B
YAML
9 lines
131 B
YAML
---
|
|
- name: "Deploy smtpgateway to smtp.stargate.internal"
|
|
hosts: smtp
|
|
roles:
|
|
- netplan
|
|
- common
|
|
- smtpgateway
|
|
...
|