On Wed, 19 Oct 2022 at 09:03, TheRock <
idriss.m...@gmail.com> wrote:
>
> Dears,
>
> while i am trying to connect my Ansible Platform to my Azure Portal, i am facing below error when lunching the job from Ansible portal, so any idea?
Yes, it's pretty easy to see:
> HTTPSConnectionPool(host='
login.microsoftonline.com', port=443): Max retries
> exceeded with url: /41bb3422-2e0e-42e8-88d2-------/oauth2/token (Caused
> by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at
> -----f199c8a------>: Failed to establish a new connection: [Errno -2] Name or
> service not known'))
The system that executes this code cannot resolve the hostname
"
login.microsoftonline.com".
So you should look into that.
Just to be clear, this error is not ansible related, it's merely
ansible that reports it.
Dick