Skip to content

cqroot/minop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinOP

Batch manage and control your hosts.

Action Status

Usage

Create a file named host.list to configure the hosts that need to be operated.

root:password@host1:22
user:password@host2

Create a file named minop.yaml to configure the tasks to be executed.

modules:
  - name: command
    command: "ip addr; lscpu"

  - name: file
    src: ./LICENSE
    dst: /root/LICENSE

  - name: script
    script: ./test.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published