Advertisement
iarischenko

job-definition-ssh

Mar 7th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.48 KB | None | 0 0
  1. metadata:
  2.    name: first-test-run
  3.    desription: "connect and echo test"
  4.    os: ubuntu
  5.    devices: home_pc
  6.    scope: functional
  7.  
  8. visibility: public
  9. device_type: ssh
  10.  
  11.  
  12.  job_name: ssh-login
  13.  
  14.  timeouts:
  15.    job:
  16.      minutes: 5
  17.    action:
  18.      minutes: 1
  19.  
  20.  actions:
  21.      - deploy:
  22.           to: ssh
  23.           os: ubuntu
  24.      - boot:
  25.          method: ssh
  26.          connection: ssh
  27.          failure_retry: 2
  28.          prompts:
  29.           - 'ivan@iarishchenko_pc ~ $ '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement