b03233fa6c7885d2d9e7d0ff9eb659946ddd3304
Hi
Deployment
Create venv to install requiered packages
$ python3 -m venv /path/to/new/virtual/environment
Use the venv created
$ source venv/bin/activate
pip install -r requirements.txt
USAGE By default uses the files ./hostlist and ./users.json
Json example
{
"user1":"passwd",
"user2":"passwd"
}
...
Description
Languages
Python
100%