servermap
v1.0.2
Published
A simple tool to ssh into servers based on your ansible inventory file
Downloads
8
Readme
Server Map
A CLI autocompletion tool to remember your servers and use it to ssh into a server.
How to use
- Create an
inventories
directory in your home folder - Create a file for your datacenter/group with the name of your dc/group
- Use
ini
file format for adding your servers in the file- Example format
[dbservers]
one.example.com
two.example.com
[appservers]
one.appserver.com
two.appserver.com
Works with bash and zsh