Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 466 Bytes

File metadata and controls

17 lines (12 loc) · 466 Bytes

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