No description
- Jinja 72.3%
- Python 27.7%
| AsteriskServer | ||
| .gitignore | ||
| pyproject.toml | ||
| README.md | ||
AKWS Asterisk Server
August Knisley <august@akws.net>
17 March, 2026
NOTE: This packages is a experimental project and is not yet complete. It is meant to be built on in the future.
A NetworkManager based Asterisk server management package. Currently only features an install role.
The Install Role
The install role installs a working Asterisk server on an existing host.
Usage:
import AsteriskServer
AsteriskServer.install(new_host)
...