feat: stuff
This commit is contained in:
BIN
gitea/.DS_Store
vendored
Normal file
BIN
gitea/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
gitea/custom/.DS_Store
vendored
Normal file
BIN
gitea/custom/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -5,7 +5,7 @@ amazon-linux-extras install docker ansible2 python3.8 -y
|
|||||||
# Make Docker work.
|
# Make Docker work.
|
||||||
systemctl enable docker
|
systemctl enable docker
|
||||||
systemctl start docker
|
systemctl start docker
|
||||||
sudo usermod -a -G docker ssm-user
|
sudo usermod -aG docker ssm-user
|
||||||
|
|
||||||
# Set up the correct version of Python (for Ansible).
|
# Set up the correct version of Python (for Ansible).
|
||||||
ln -sf /usr/bin/python3.8 /usr/bin/python3
|
ln -sf /usr/bin/python3.8 /usr/bin/python3
|
||||||
|
|||||||
Reference in New Issue
Block a user