Hello Experts, I have playbook which works fine since 6 months. It's started throwing tunnel connection failed, since yesterday morning. However the curl works fine. Can someone let me know if this is a bug or any other ways to bypass proxy?
curl -I https://10.97.7.198 -k HTTP/1.1 200 OK Date: Mon, 22 Feb 2021 09:18:21 GMT Server: Apache X-Frame-Options: SAMEORIGIN Strict-Transport-Security: max-age=16070400; includeSubDomains Last-Modified: Wed, 17 Feb 2021 11:20:20 GMT ETag: "fa1-5bb866788fb67" Accept-Ranges: bytes Content-Length: 4001 - hosts: f5 environment: no_proxy: '10.97.7.198,10.97.7.199' gather_facts: true connection: local tasks: - name: Grab Credentials include_vars: secrets.yml no_log: true - name: Collect BIG-IP facts bigip_command: provider: "{{ f5_provider }}" commands: 'tmsh show sys failover' register: failover_state Regards, Sri -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/76b58687-00dd-4a13-bf28-a3e3da362e48n%40googlegroups.com.
