From 037e4c3ff0e149a5368d61eb41e48625c0363c2d Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 31 Mar 2023 22:42:28 +0300 Subject: [PATCH] bashrc: Adde the new WAP to the all-hosts alias. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index a922a08..72dc39e 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)"' -- GitLab