https://github.com/octonezd/ssh-ansible
https://github.com/octonezd/ssh-ansible
ansible ssh
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/octonezd/ssh-ansible
- Owner: OctoNezd
- Created: 2025-07-02T08:11:16.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-07-02T08:12:35.000Z (12 months ago)
- Last Synced: 2025-07-02T09:26:57.378Z (12 months ago)
- Topics: ansible, ssh
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`