Guest User

Untitled

a guest
Jan 21st, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. ---
  2. - exec:
  3. cmd: ls -la
  4.  
  5. - docker:
  6. image: ubuntu
  7. cmd: ls -la
  8.  
  9. - ssh:
  10. connect: foo.example.com
  11. cmd: ls -la
Add Comment
Please, Sign In to add comment