deltachat / pyinfra-acmetool

pyinfra deploy for acmetool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyinfra module to deploy acmetool

This module deploys acmetool

It can be used from the Python code like this:

from pyinfra_acmetool import deploy_acmetool

deploy_acmetool()

It can also be used to deploy acmetool with an ad-hoc command like this:

pyinfra --ssh-user root -- example.org pyinfra_acmetool.deploy_acmetool email=admin@example.org domains='["example.org", "www.example.org"]'

About

pyinfra deploy for acmetool


Languages

Language:Python 87.6%Language:Jinja 6.5%Language:Shell 5.8%