Extract playbook actions to roles

This commit is contained in:
Pijus Kamandulis
2024-05-31 01:17:29 +03:00
parent 311d6ce925
commit 5ee8b48ff7
38 changed files with 414 additions and 463 deletions
@@ -0,0 +1,15 @@
---
server_domain: mx1.example.com
mail_receive_domains:
- example.net
- example.com
mail_users:
- user: bob@example.com
password: Password123
virtuals:
- "bob@example.net"
- "bob.coolman@example.net"
- user: alice@example.com
password: Password123
virtuals:
- "alice@example.net"