diff --git a/roles/batcave/files/root_bashrc b/roles/batcave/files/root_bashrc index 13ed4c4668..0ebb233d34 100644 --- a/roles/batcave/files/root_bashrc +++ b/roles/batcave/files/root_bashrc @@ -11,6 +11,8 @@ if [ -f /etc/bashrc ]; then . /etc/bashrc fi +# ssh completion +complete -W "$(grep -d skip -h ^[a-z].*.org /srv/web/infra/ansible/inventory/* )" ssh >&/dev/null if [ -f /root/sshagent ]; then source /root/sshagent >>/dev/null