2026-03-11 11:44:59 -03:00
|
|
|
#SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
|
---
|
|
|
|
|
- name: Converge
|
|
|
|
|
hosts: all
|
2026-03-11 12:40:37 -03:00
|
|
|
vars:
|
|
|
|
|
postfix_mail_domain: "test.local"
|
|
|
|
|
dovecot_users:
|
|
|
|
|
- name: "testuser"
|
|
|
|
|
pass: "testpass"
|
2026-03-11 11:44:59 -03:00
|
|
|
roles:
|
|
|
|
|
- role: ansible_role_mail
|