Guest User

Untitled

a guest
Feb 26th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ---
  2. - hosts: localhost
  3. connection: local
  4. gather_facts: false
  5.  
  6. tasks:
  7. - name: my first telnet task
  8. telnet:
  9. username: user
  10. password: pass
  11. command:
  12. - my command
Add Comment
Please, Sign In to add comment