Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 337 Bytes

File metadata and controls

20 lines (13 loc) · 337 Bytes

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