Ansible playground how to swich from controller to server web1

ansible playground how to switch from controller to server web1

Welcome to the Ansible sandbox environment
This sandbox environment run Ansible version 2.7.13 .
Along with the Ansible controller on the right, you can also access server web1 and server web2 that can be used as targets to deploy applications with Ansible.

Access Details:
hostname: web1
User: root
Password: Passw0rd

hostname: web2
User: root
Password: Passw0rd

Hi @furqaniqbal00313,
Please check the below command: -

[thor@ansible-controller ~]$ ssh root@web1

and same method for the web2 server.

Regards,