Your error is clearly about HTTPS certificate verification. If that fails, disable it. You haven't shared any playbook code, so we don't know what task generated this error, so we can't tell more.
On Fri, 11 Feb 2022 at 15:55, Jagannath Pattar <[email protected]> wrote: > > Hi Ansible team, > > We are facing the certificate verification issue while executing > ansible-playbook. > Could you please suggest how to resolve this issue? > > ERROR Logs: > ---------- > 10:36:50 yml with k8s plugin: > 10:36:50 HTTPSConnectionPool(host='access-XXXXX-ipv4.XXX.XXX.XXXX.se', > 10:36:50 port=443): Max retries exceeded with url: > /k8s/clusters/c-nmgnf/version (Caused > 10:36:50 by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] > certificate verify > 10:36:50 failed (_ssl.c:661)'),)) > 10:36:50 [WARNING]: Unable to parse > /proj/MPS/MPS_CI_REPO/Jenkins_Slave/seliius21127/wor > 10:36:50 > kspace/runAnsiblePlaybook_CN/SOURCE_TTCN/mec_admin/script/ansibleSource/k8s.yml > > > Tried followings but did not work: > ---------------------------------- > host_key_checking = False > > Thanks, > Jagannath > > > -- > 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/88e47d8c-880d-4fa6-b721-64b62f3c3192n%40googlegroups.com. -- Dick Visser Trust & Identity Service Operations Manager GÉANT -- 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/CAL8fbwPbVAqg_JMNWi_ZNEobyV3TA2oOJM7TOrz-JQgd7H6gwA%40mail.gmail.com.
