Import
This commit is contained in:
commit
006bd84f60
4 changed files with 154 additions and 0 deletions
9
user_data.yaml
Normal file
9
user_data.yaml
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue