Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deltachat/pyinfra-acmetool

pyinfra deploy for acmetool
https://github.com/deltachat/pyinfra-acmetool

acmetool pyinfra

Last synced: about 1 month ago
JSON representation

pyinfra deploy for acmetool

Awesome Lists containing this project

README

        

# pyinfra module to deploy acmetool

This module deploys [acmetool]

It can be used from the Python code like this:
```python
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 protected] domains='["example.org", "www.example.org"]'
```

[acmetool]: https://hlandau.github.io/acmetool/