ansible/playbooks/mail.yml

9 lines
100 B
YAML
Executable file

#!/usr/bin/env ansible-playbook
---
- hosts:
- vm_test
roles:
- postfix
- dovecot
...