Files
java-maven-app/prepare-ansible-server.sh
2021-04-07 12:10:30 +02:00

6 lines
109 B
Bash

#!/usr/bin/env bash
apt update
apt install ansible -y
apt install python3-pip -y
pip3 install boto3 botocore