taskConfig.json 716 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "url": "http://supplier.xunyou.mobi:10080/adminlogin",
  3. "user": "admin",
  4. "password": "qq",
  5. "Logdir": "./log",
  6. "Cmdb_url": "http://supplier.xunyou.mobi:10080/cmdb_api",
  7. "Cmdb_Token": "12a537cb1786bf26b530ebae2ca3daa355492dd1",
  8. "DingDing_webHook": "https://oapi.dingtalk.com/robot/send?access_token=78480228c8920877c24de68f4f4a6e7727e7f4534ee2ff1b86c0b2a168726fae",
  9. "SshKeyPath": "",
  10. "Type_cmd": {
  11. "N1": [
  12. "ansible ",
  13. "pwd",
  14. "ls -l"
  15. ],
  16. "N2": [
  17. "ansible ",
  18. "echo 'hello world'",
  19. "ls -l"
  20. ],
  21. "N8": [
  22. "ifconfig"
  23. ]
  24. }
  25. }