6 lines
109 B
Bash
6 lines
109 B
Bash
#!/usr/bin/env bash
|
|
|
|
apt update
|
|
apt install ansible -y
|
|
apt install python3-pip -y
|
|
pip3 install boto3 botocore |