Add optional step of preparing ansible server

This commit is contained in:
Nana Janashia
2021-04-07 12:10:30 +02:00
parent 3b6780360c
commit 45e509506b
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
apt update
apt install ansible -y
apt install python3-pip -y
pip3 install boto3 botocore