Skip to content

deltachat/pyinfra-acmetool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"]'