#!/usr/bin/env ansible-playbook --- # Deploy Mailman3 - hosts: mailman vars: certbot: '{{ loc_certbot | default(glob_certbot | default([])) }}' mailman3: '{{ glob_mailman3 | default({}) | combine(loc_mailman3 | default({})) }}' roles: - certbot - mailman3 - postfix-mailman3