123456789 |
- alias io="ssh fdamstra@10.42.42.2"
- 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"
- # CaC Servers
- alias bigubuntu1='ssh -l root bigubuntu1.monkeybox.org'
- alias splunk='ssh root@splunk.monkeybox.org'
|