saltyorg / Saltbox

Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
https://docs.saltbox.dev
GNU General Public License v3.0
574 stars 65 forks source link

Finish implementing dynamic port assignment #8

Closed saltydk closed 2 years ago

saltydk commented 3 years ago

Ideal candidate for proper roleX support in roles that need port bindings. Requirements are that ports are assigned within a range and checked for availability and the application configuration can also be updated through the Ansible role itself.

saltydk commented 2 years ago

Implemented.