Preparing remote server
Prepare the server for Ansible deployments
Server Requirements
Installing necessary packages
sudo apt-get update -y && \
sudo apt-get install -y python-setuptools && \
sudo apt-get install python3-pip -y && \
sudo apt-get install python-pip -y && \
pip install boto3Last updated