Exercise 1: Installing Ansible Step 1: SSH into the Control Node SSH into the control node using the following command: ssh devops@localhost -p 2201 Password: opensourceops Step 2: Install Ansible On the control node, install Ansible using pip: sudo yum install python3-pip -y pip3 install ansible