Skip to content

nRafinia/CRunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Command Runner (CRunner)

Easy write commands and run multiple server

Yamel sample:

  Address:
    Include: setting-include.yml
    IP:
      192.168.1.1:
        Mode: Telnet
      192.168.20.1:
        Mode: SSH
          Security:
            UserName: admin2
            Password: 1234
  Security:
    UserName: admin
    Password: admin
  Commands:
    Include: setting-include.yml
    Lines:
    - enable
    - admin
    - show run int gi0/1
    - sleep:3000
    - wr
    - sleep:3000

Used repositories: