2022-03-05 23:42:29 +01:00
2022-03-05 23:42:29 +01:00
2022-03-05 23:42:29 +01:00
2022-03-06 22:39:11 +01:00
2022-03-05 23:49:35 +01:00
2022-03-06 22:39:11 +01:00
2022-03-05 23:42:29 +01:00
2022-03-05 23:42:29 +01:00
2022-03-06 22:39:11 +01:00

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
No description provided
Readme 45 KiB
Languages
Python 100%