I'm doing Ansible for the absolute beginners' course. I need help setting up an . . .

Abhishek Bakaya:
I’m doing Ansible for the absolute beginners’ course. I need help setting up an SSH session. I’m unable to troubleshoot the below error.

Al West:
Hi, 127.0.0.1 is reserved for the localhost - that is to connect back to the host you are on. The ip you need to connect to might look like 192.168.100.25 or such like.

Santosh Angadi:
Is there anyway I can access these courses over iPhone or iPad. Is there an App

Abhishek Bakaya:
That’s why I’m configuring it with ip 127.0.0.1.

Al West:
You need to configure an IP for enp0s3

Joel:
try this

nmcli dev status
nmcli con up enp0s3

Abhishek Bakaya:
How to troubleshoot this now?

Al West:
Try sudo shutdown -h now you need to be root to shutdown

Sagar Utekar:
try with sudo