Guest User

Untitled

a guest
Dec 13th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. - name: Fetch Data
  2. uri:
  3. url: "https://192.168.1.1:8080/api/data"
  4. headers:
  5. timeout: 60
  6. method: GET
  7. user: oes
  8. password: "123"
  9. force_basic_auth: yes
  10. status_code: 200
  11. return_content: yes
  12. validate_certs: no
  13. register: response
  14. ignore_errors: yes
Add Comment
Please, Sign In to add comment