mirror of
https://github.com/pikami/mail-server.git
synced 2026-05-21 04:27:09 +01:00
Extract playbook actions to roles
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user