This script manage ip as ipam app with bash script and sqlite
for install you clone repo and just run ipam.sh if you dont have permision run
chmod +x ipam.sh
and then you should init the db with
./ipam.sh init
if database file (ipam.db) is not available in home directory that create .ipam directory and create ipam.db file you can also mv ipam.sh in to /usr/bin/ipam
in this update we can use git and sync data anywhere
./ipam.sh repo init
./ipam.sh repo pull
./ipam.sh repo push
we can edit host with
./ipam.sh edit hosein
then enter id of host and also for connect to remote
./ipam.sh ssh hosein
again enter id of host