You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A currently undocumented awesome feature of Rambo, is that here, you can rename this grain as vagrant, and that will cause everything to be installed as the vagrant user. This implies that you can spin up a machine, and have all the useful things installed with a user that has sudo privileges, instead of being deescalated, if that's what you want. This also allows you to do a simple vagrant ssh with no need for an alias.
I also suggest that we make vagrant be the default username. This allows people to do a real vagrant ssh with no alias to get in correctly.
So to sum, we need to:
rename deescalated_user everywhere to something more general (careful though, user may be a protected word by Salt - not sure off hand)
set default value for that key to vagrant
Revise docs to explain all of this.
The text was updated successfully, but these errors were encountered:
Issue by nixjdm
Wednesday Aug 09, 2017 at 20:13 GMT
Originally opened as terminal-labs/rambo#47
A currently undocumented awesome feature of Rambo, is that here, you can rename this grain as
vagrant
, and that will cause everything to be installed as thevagrant
user. This implies that you can spin up a machine, and have all the useful things installed with a user that has sudo privileges, instead of being deescalated, if that's what you want. This also allows you to do a simplevagrant ssh
with no need for an alias.I also suggest that we make
vagrant
be the default username. This allows people to do a realvagrant ssh
with no alias to get in correctly.So to sum, we need to:
deescalated_user
everywhere to something more general (careful though,user
may be a protected word by Salt - not sure off hand)vagrant
The text was updated successfully, but these errors were encountered: