No description
  • Jinja 72.3%
  • Python 27.7%
Find a file
2026-03-17 17:30:40 -04:00
AsteriskServer Starts Tracking 2026-03-17 17:30:40 -04:00
.gitignore Starts Tracking 2026-03-17 17:30:40 -04:00
pyproject.toml Starts Tracking 2026-03-17 17:30:40 -04:00
README.md Starts Tracking 2026-03-17 17:30:40 -04:00

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)

...