Compare commits
2 Commits
7bde512998
...
6ba433d53c
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ba433d53c | |||
| 854a28cd02 |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -39,4 +39,5 @@ terraform.rc
|
|||||||
|
|
||||||
*secret*
|
*secret*
|
||||||
.vscode
|
.vscode
|
||||||
.env
|
.env
|
||||||
|
.DS_Store
|
||||||
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