# batch_run **Repository Path**: jevonryan/batch_run ## Basic Information - **Project Name**: batch_run - **Description**: 类似于pssh或者ansible,batch_run用于在多机器环境中批量推送和运行指定命令,同时在快捷操作/简洁显示/密码安全方面有独到之处。 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-11 - **Last Updated**: 2021-11-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 0. What is batch_run? ======== Just like pssh/anssible, batch_run is used to push&run commands on multi-hosts. 1. Python dependency: ======== Need python3.8, suggest Anaconda3-2021.05-Linux-x86_64.sh. Need python library "Crypto", you can install it with command "pip install pycryptodome" 2. Install ======== Copy batch_run into install directory. [root@cmp001 batch_run]# ls bin common config install.py README scripts tools Execute below command to install batch_run. python3 install.py 3. Configuration * Basic configuration config/config.py, basic configuration. * Host informaiton config/host.list, save the host and host_group information. * Encrypted user&password information config/password.encrypted, generate it with tool tools/save_password.py.