How to login to any webpage(having to log in ID and Password) and need to 
attach the file in the page(website page0 by using ansible. could you 
please help me with this 


- name: Check url
  uri:
    url: https:www.facebook.com

- name: login check
  uri:
    url:https:www.facebook.com
    method: GET
    user: Admin
    password: admin
    force_basic_auth: yes
    status_code: 200

Here I used facebook as example could you please help me on this

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/eb2887e7-c077-4158-9d3b-b40fe24e50f5%40googlegroups.com.

Reply via email to