123456 |
- alias io="ssh fdamstra@io.monkeybox.org"
- alias afyon='ssh -l fred afyon.ec2.voltar.org'
- alias highstate="salt --force-color '*' state.highstate test=true | less -R; echo TEST ONLY. To run, type \'highstate.yes\'"
- alias highstate.yes="salt --force-color '*' state.highstate | less -R"
- alias salt="salt --force-color"
|