This module deploys Modoboa
It can be used from the Python code in your deploy.py file:
from pyinfra_modoboa import deploy_modoboa
deploy_modoboa()It can also be used to deploy modoboa with an ad-hoc command like this:
pyinfra --ssh-user toor -- modoboa.example.org pyinfra_modoboa.deploy_modoboa email=admin@modoboa.example.org domains='["example.org", "www.example.org", "modoboa.example.org"]'
Can be use an alternative of the Modoboa-Installer