alajmo / sake

:robot: sake is a task runner for local and remote hosts

Home Page:https://sakecli.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow multiple servers with the same host name

ntzrbtr opened this issue · comments

I want to use sake for managing parallel installations of software on my web hosting server; to so so, I would like to have different servers (with different usernames), but the same host as all of the accounts are sitting on the same server. Is this something you think would be meaningful?

I'm not sure what the use case would be (it could be accomplished in tasks by just setting the user in the shell (su <user>).
However, there's no reason to have the current limitation of a unique host, so I'll change it to allow multiple hosts.

This should be resolved in v0.10.2 now.