Skip to content

Commit 2781c1d

Browse files
author
Markus Schwer
committed
remove not needed package requirements and ufw
1 parent 4f30d9f commit 2781c1d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pkg/stackit/cloud-config.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
#cloud-config
2-
packages:
3-
- curl
4-
- openssh-server
5-
- ufw
62
package_reboot_if_required: false
73
package_update: false
84
runcmd:
95
# Secure SSHD
106
- [rm, -f, /root/.ssh/authorized_keys]
11-
# Secure UFW
12-
- ufw allow ssh
13-
- ufw enable
147
# Install Docker
158
- if docker ; then echo "Docker already installed"; else curl -fsSL https://get.docker.com | sh; fi
169
- systemctl restart docker

0 commit comments

Comments
 (0)