ansible/playbooks/mail.yml

7 lines
86 B
YAML
Executable file

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