feat: works on production

This commit is contained in:
2025-02-19 00:57:32 -05:00
parent 44e1d6d0e6
commit 2827653bd5
5 changed files with 18 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/sh
## Install extras.
rpm --rebuilddb
amazon-linux-extras install docker ansible2 python3.8 -y
@@ -10,7 +11,7 @@ systemctl start docker
# Set up the correct version of Python (for Ansible).
ln -sf /usr/bin/python3.8 /usr/bin/python3
ln -sf /usr/bin/pip3.8 /usr/bin/pip3
pip3 install botocore boto3 requests packaging
pip3 install botocore boto3 requests packaging --user ssm-user
python3 -m pip install -U pip
# Add some swap space.