add server script
This commit is contained in:
11
ansible/prepare-server.sh
Normal file
11
ansible/prepare-server.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
apt update
|
||||
apt install ansible -y
|
||||
apt install python3-pip -y
|
||||
pip3 install boto3 botocore
|
||||
|
||||
export AWS_ACCESS_KEY_ID=$1
|
||||
export AWS_SECRET_ACCESS_KEY=$2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user