opentofu-demo-hcloud/user_data.yaml
2026-03-12 22:39:59 +01:00

9 lines
187 B
YAML

#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