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

