This commit is contained in:
Frank Agerholm 2026-03-12 22:39:59 +01:00
commit 006bd84f60
No known key found for this signature in database
4 changed files with 154 additions and 0 deletions

9
user_data.yaml Normal file
View file

@ -0,0 +1,9 @@
#cloud-config
package_update: true
packages:
- nginx
- curl
runcmd:
- systemctl enable --now nginx
- echo "<h1>Hallo vom Linuxtreff via OpenTofu</h1>" > /var/www/html/index.html