Skip to content
Snippets Groups Projects
Commit 037e4c3f authored by nimrod's avatar nimrod
Browse files

bashrc: Adde the new WAP to the all-hosts alias.

parent 95728f0e
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ export VAGRANT_DEFAULT_PROVIDER="virtualbox"
[ ! -f "$HOME/.bashrc.private" ] || . "$HOME/.bashrc.private"
alias 0-day-cleanup='ssh kodi.shore.co.il "sudo -u debian-transmission find /srv/library/Comics -name *.part -path *0-Day\ Week\ of* -delete"'
alias all-hosts='echo -n ns1 ns4 host01 kodi ea6350 | xargs -d " " -I HOST ssh HOST.shore.co.il'
alias all-hosts='echo -n ns1 ns4 host01 kodi mr8300 | xargs -d " " -I HOST ssh HOST.shore.co.il'
alias all-repos='find "$HOME/Repositories" -maxdepth 3 -type d -name .git -print0 | xargs -IX -0 git -C "X/../"'
alias ansible-local-playbook='ansible-playbook -i localhost, -c local -e "ansible_python_interpreter=$(which python3)"'
alias ansible-local='ansible localhost -c local -i localhost, -e "ansible_python_interpreter=$(which python3)"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment