An open API service indexing awesome lists of open source software.

https://github.com/octonezd/ssh-ansible


https://github.com/octonezd/ssh-ansible

ansible ssh

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# S(sh)A(nsible)

A tool for quickly connecting to hosts based on ssh inventory

## Config

Example:

```
{
"hosts": "~/ansible/hosts"
}
```

## Usage

Register shell extension: `eval "$(register-python-argcomplete sa)"`

Connect to host: `sa gitlab-gitaly-01`