diff --git a/.bashrc b/.bashrc index a922a0811b7c308a291a16540a89ca74c2b048c2..72dc39e17a6168f6b6906b0e424493d38c1c5126 100644 --- a/.bashrc +++ b/.bashrc @@ -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)"'