Skip to content

batchRun is an ansible-similar IT automation system, which is more suitable for IC industry.

License

Notifications You must be signed in to change notification settings

bytedance/batchRun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version 1.1 (2023.7)


0. What is batchRun
========
batchRun is an ansible-similar IT automation system, which 
is more suitable for IC industry.


1. Python dependency
========
Need python3.8, Anaconda3-2021.05-Linux-x86_64.sh is better.
Need python library "Crypto", you can install it with

    pip install pycryptodome

Other python library dependency is under requirements.txt.


2. Install
========
Copy batchRun into install directory.
Execute below command to install batchRun.

    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 : save encrypted user/password 
    information, generate it with tool tools/save_password.


More details please see docs/batchRun_user_manual.pdf

About

batchRun is an ansible-similar IT automation system, which is more suitable for IC industry.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published