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

Ability to have multiple hosts per role. #20

Closed saltydk closed 2 years ago

saltydk commented 2 years ago

Roles like calibre have two endpoints and we need to be able to deploy multiple routers per role more easily.

saltydk commented 2 years ago

Was decided that the above could be accomplished using the label variable in the individual roles. https://github.com/saltyorg/Community/blob/master/roles/calibre/defaults/main.yml has a working example.